17 #include <sys/types.h> 18 #include <sys/socket.h> 19 #include <sys/ioctl.h> 40 int sock = ::socket(PF_INET, SOCK_RAW, protocol);
66 int sock = ::socket(PF_INET6,SOCK_RAW,protocol);
ClientSocketHandle< Policy > clientHandle() const
Get client handle for associated socket.
#define SENF_THROW_SYSTEM_EXCEPTION(desc)
bool boolean_test() const
Return true, if address is not empty.
void init_client() const
Create unconnected client socket for IPPROTO_RAW.
int fd() const
Get file descriptor.
void init_client() const
Create unconnected client socket for IPPROTO_RAW.