unbound 0.1
|
tap socket More...
Data Fields | |
int | fd |
fd of socket | |
struct ub_event * | ev |
the event for it | |
int | ev_added |
has the event been added | |
void(* | ev_cb )(int, short, void *) |
the callback, for the event, ev_cb(fd, bits, arg) | |
void * | data |
data element, (arg for the tap_socket struct) | |
char * | socketpath |
socketpath, if this is an AF_LOCAL socket | |
char * | ip |
IP, if this is a TCP socket. | |
SSL_CTX * | sslctx |
for a TLS socket, the tls context | |
tap socket