Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/util/
H A Dnetevent.h74 struct unbound_socket;
184 struct unbound_socket* socket;
533 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket);
551 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket);
587 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket);
H A Dnetevent.c191 void* callback_arg, struct unbound_socket* socket);
3942 void* callback_arg, struct unbound_socket* socket)
4006 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket)
4071 void* callback_arg, struct unbound_socket* socket)
4170 struct unbound_socket* socket)
4292 void* callback_arg, struct unbound_socket* socket)
/netbsd-src/external/bsd/unbound/dist/services/
H A Dlisten_dnsport.h109 struct unbound_socket { struct
135 struct unbound_socket* socket;
458 void verbose_print_unbound_socket(struct unbound_socket* ub_sock);
H A Dlisten_dnsport.c140 verbose_print_unbound_socket(struct unbound_socket* ub_sock) in verbose_print_unbound_socket()
1007 int use_systemd, int dscp, struct unbound_socket* ub_sock) in make_sock()
1063 int use_systemd, int dscp, struct unbound_socket* ub_sock) in make_sock_port()
1104 int pp2_enabled, struct unbound_socket* ub_sock) in port_insert()
1258 struct unbound_socket* ub_sock; in ports_create_if()
1274 ub_sock = calloc(1, sizeof(struct unbound_socket)); in ports_create_if()
1310 ub_sock = calloc(1, sizeof(struct unbound_socket)); in ports_create_if()
1345 ub_sock = calloc(1, sizeof(struct unbound_socket)); in ports_create_if()
/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dfake_event.c1660 struct unbound_socket* ATTR_UNUSED(socket)) in comm_point_create_udp()