#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <poll.h>
#include <stdio.h>
#include <stdlib.h>
#include <strings.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/un.h>
#include "XrdNet/XrdNetConnect.hh"
#include "XrdNet/XrdNetDNS.hh"
#include "XrdNet/XrdNetOpts.hh"
#include "XrdNet/XrdNetSocket.hh"
#include "XrdSys/XrdSysError.hh"
#include "XrdOuc/XrdOucUtils.hh"
#include "XrdSys/XrdSysPlatform.hh"
Go to the source code of this file.
Defines | |
#define | XRDNETSOCKET_MAXBKLG 255 |
#define | XRDNETSOCKET_LINGER 3 |
#define | Err(p, a, b, c) (ErrCode = (eroute ? eroute->Emsg(#p, a, b, c) : ErrCode),-1) |
Variables | |
const char * | XrdNetSocketCVSID = "$Id: XrdNetSocket.cc 35287 2010-09-14 21:19:35Z ganis $" |
Definition at line 55 of file XrdNetSocket.cc.
Referenced by XrdBwmHandle::Dispatch(), XrdOucStream::Exec(), main(), XrdNetSocket::Open(), PrintGifError(), RootdGetFile(), RootdPutFile(), TMVA::PDF::SmoothHistogram(), and SrvAuthImpl().
#define XRDNETSOCKET_LINGER 3 |
#define XRDNETSOCKET_MAXBKLG 255 |
const char* XrdNetSocketCVSID = "$Id: XrdNetSocket.cc 35287 2010-09-14 21:19:35Z ganis $" |
Definition at line 13 of file XrdNetSocket.cc.