1 #ifndef __XRDNETMSG_H__
2 #define __XRDNETMSG_H__
38 #include <netinet/in.h>
39 #include <sys/socket.h>
88 int Send(
const char *dest,
134 int retErr(
int ecode,
const char *theDest);
#define close(a)
Definition: XrdPosix.hh:43
Definition: XrdNetAddr.hh:42
Definition: XrdNetMsg.hh:50
int retErr(int ecode, const char *theDest)
XrdNetAddr specDest
Definition: XrdNetMsg.hh:139
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:141
XrdNetAddr dfltDest
Definition: XrdNetMsg.hh:138
XrdSysError * eDest
Definition: XrdNetMsg.hh:137
int OK2Send(int timeout, const char *dest)
int destOK
Definition: XrdNetMsg.hh:140
~XrdNetMsg()
Destructor.
Definition: XrdNetMsg.hh:130
XrdNetMsg(XrdSysError *erp, const char *dest=0, bool *aOK=0)
int Send(const char *dest, const XrdNetSockAddr &netSA, const char *buff, int blen=0, int tmo=-1)
Definition: XrdSysError.hh:90
Definition: XrdOucIOVec.hh:65
Definition: XrdNetSockAddr.hh:43