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

/freebsd-12-stable/contrib/unbound/dnstap/
H A Dunbound-dnstap-socket.c148 /** the callback, for the event, ev_cb(fd, bits, arg) */
149 void (*ev_cb)(int, short, void*); member in struct:tap_socket
194 void (*ev_cb)(int, short, void*), void* data)
208 s->ev_cb = ev_cb;
215 void (*ev_cb)(int, short, void*), void* data)
229 s->ev_cb = ev_cb;
236 void (*ev_cb)(int, short, void*), void* data, char* server_key,
251 s->ev_cb
193 tap_socket_new_local(char* socketpath, void (*ev_cb)(int, short, void*), void* data) argument
214 tap_socket_new_tcpaccept(char* ip, void (*ev_cb)(int, short, void*), void* data) argument
235 tap_socket_new_tlsaccept(char* ip, void (*ev_cb)(int, short, void*), void* data, char* server_key, char* server_cert, char* verifypem) argument
[all...]

Completed in 107 milliseconds