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

/freebsd-12-stable/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c95 struct tap_socket;
137 struct tap_socket* s;
141 struct tap_socket { struct
150 /** data element, (arg for the tap_socket struct) */
161 static void tap_socket_delev(struct tap_socket* s)
171 static void tap_socket_close(struct tap_socket* s)
180 static void tap_socket_delete(struct tap_socket* s)
193 static struct tap_socket* tap_socket_new_local(char* socketpath,
196 struct tap_socket* s = calloc(1, sizeof(*s));
214 static struct tap_socket* tap_socket_new_tcpaccep
[all...]

Completed in 86 milliseconds