Home
last modified time | relevance | path

Searched refs:tap_socket (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c97 struct tap_socket;
151 struct tap_socket* s;
155 struct tap_socket { struct
256 static void tap_socket_delev(struct tap_socket* s) in tap_socket_delev()
266 static void tap_socket_close(struct tap_socket* s) in tap_socket_close()
275 static void tap_socket_delete(struct tap_socket* s) in tap_socket_delete()
289 static struct tap_socket* tap_socket_new_local(char* socketpath, in tap_socket_new_local()
292 struct tap_socket* s = calloc(1, sizeof(*s)); in tap_socket_new_local()
310 static struct tap_socket* tap_socket_new_tcpaccept(char* ip, in tap_socket_new_tcpaccept()
313 struct tap_socket* s = calloc(1, sizeof(*s)); in tap_socket_new_tcpaccept()
[all …]