Go to the documentation of this file.
14 #include <netinet/in.h>
15 #include <sys/socket.h>
16 #include <sys/types.h>
30 #define XRDNETLINK_NOBLOCK 0x0001
31 #define XRDNETLINK_NOCLOSE 0x0002
32 #define XRDNETLINK_NOSTREAM 0x0004
55 int Close(
int defer=0);
107 int Send(
const char *buff,
111 int Send(
const char *dest,
116 int Send(
const struct iovec iov[],
120 int Send(
const char *dest,
121 const struct iovec iov[],
128 int Send(
const void *buff,
136 int Recv(
char *buff,
int blen);
159 int OK2Send(
int timeout=0,
const char *dest=0);
160 int retErr(
int ecode,
const char *dest=0);