1 #ifndef __XRDNETMSG_H__
2 #define __XRDNETMSG_H__
38 #include <netinet/in.h>
39 #include <sys/socket.h>
112 int retErr(
int ecode,
const char *theDest);
#define close(a)
Definition: XrdPosix.hh:43
Definition: XrdNetAddr.hh:42
Definition: XrdNetMsg.hh:49
int retErr(int ecode, const char *theDest)
XrdNetAddr specDest
Definition: XrdNetMsg.hh:117
int retErr(int ecode, XrdNetAddr *theDest)
int Send(const char *buff, int blen=0, const char *dest=0, int tmo=-1)
int Send(const struct iovec iov[], int iovcnt, const char *dest=0, int tmo=-1)
int FD
Definition: XrdNetMsg.hh:119
XrdNetAddr dfltDest
Definition: XrdNetMsg.hh:116
XrdSysError * eDest
Definition: XrdNetMsg.hh:115
int OK2Send(int timeout, const char *dest)
int destOK
Definition: XrdNetMsg.hh:118
~XrdNetMsg()
Destructor.
Definition: XrdNetMsg.hh:108
XrdNetMsg(XrdSysError *erp, const char *dest=0, bool *aOK=0)
Definition: XrdSysError.hh:90
Definition: XrdOucIOVec.hh:65