|
reSIProcate/stack
9694
|
#include <sys/types.h>#include <sys/socket.h>#include <arpa/inet.h>#include <netinet/in.h>#include <arpa/nameser.h>#include <resolv.h>#include "rutil/compat.hxx"#include "rutil/Logger.hxx"#include "rutil/BaseException.hxx"#include "rutil/Socket.hxx"#include "rutil/dns/DnsStub.hxx"#include "rutil/dns/RRVip.hxx"#include "resip/stack/DnsInterface.hxx"#include "rutil/dns/DnsHandler.hxx"#include "resip/stack/DnsResult.hxx"#include "rutil/WinLeakCheck.hxx"
Go to the source code of this file.
Defines | |
| #define | RESIPROCATE_SUBSYSTEM resip::Subsystem::DNS |
Variables | |
| static Data | UdpNAPTRType ("SIP+D2U") |
| static Data | TcpNAPTRType ("SIP+D2T") |
| static Data | TlsNAPTRType ("SIPS+D2T") |
| static Data | DtlsNAPTRType ("SIPS+D2U") |
Definition at line 33 of file DnsInterface.cxx.
Data DtlsNAPTRType("SIPS+D2U") [static] |
Referenced by resip::DnsInterface::addTransportType().
Data TcpNAPTRType("SIP+D2T") [static] |
Referenced by resip::DnsInterface::addTransportType().
Data TlsNAPTRType("SIPS+D2T") [static] |
Referenced by resip::DnsInterface::addTransportType().
Data UdpNAPTRType("SIP+D2U") [static] |
Referenced by resip::DnsInterface::addTransportType().
1.7.5.1