Go to the documentation of this file.
34 #include <netinet/in.h>
35 #include <sys/socket.h>
36 #include <sys/types.h>
49 #define XRDNETLINK_NOBLOCK 0x0001
50 #define XRDNETLINK_NOCLOSE 0x0002
51 #define XRDNETLINK_NOSTREAM 0x0004
74 int Close(
int defer=0);
126 int Send(
const char *buff,
130 int Send(
const char *dest,
135 int Send(
const struct iovec iov[],
139 int Send(
const char *dest,
140 const struct iovec iov[],
147 int Send(
const void *buff,
155 int Recv(
char *buff,
int blen);
178 int OK2Send(
int timeout=0,
const char *dest=0);
179 int retErr(
int ecode,
const char *dest=0);