|
reSIProcate/rutil
9694
|
#include <sys/types.h>#include <sys/socket.h>#include <netinet/in.h>#include <arpa/inet.h>#include <sys/ioctl.h>#include <net/if.h>#include <errno.h>#include <netdb.h>#include <stdio.h>#include <memory>#include "rutil/compat.hxx"#include "rutil/Socket.hxx"#include "rutil/DnsUtil.hxx"#include "rutil/Logger.hxx"#include "rutil/Inserter.hxx"#include "rutil/WinCompat.hxx"#include "rutil/WinLeakCheck.hxx"
Go to the source code of this file.
Defines | |
| #define | RESIPROCATE_SUBSYSTEM resip::Subsystem::DNS |
| #define | MAXHOSTNAMELEN 256 |
| #define MAXHOSTNAMELEN 256 |
Definition at line 33 of file DnsUtil.cxx.
Referenced by resip::DnsUtil::getLocalDomainName(), and resip::DnsUtil::getLocalHostName().
| #define RESIPROCATE_SUBSYSTEM resip::Subsystem::DNS |
Definition at line 30 of file DnsUtil.cxx.
1.7.5.1