#include <ctype.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <netdb.h>
#include <strings.h>
#include <stdio.h>
#include <unistd.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include "XrdNet/XrdNetDNS.hh"
#include "XrdSys/XrdSysHeaders.hh"
#include "XrdSys/XrdSysPlatform.hh"
#include "XrdSys/XrdSysPthread.hh"
Go to the source code of this file.
Defines | |
#define | NET_IPPROTO_TCP 6 |
Variables | |
const char * | XrdNetDNSCVSID = "$Id: XrdNetDNS.cc 35287 2010-09-14 21:19:35Z ganis $" |
#define NET_IPPROTO_TCP 6 |
const char* XrdNetDNSCVSID = "$Id: XrdNetDNS.cc 35287 2010-09-14 21:19:35Z ganis $" |
Definition at line 13 of file XrdNetDNS.cc.