Home
last modified time | relevance | path

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

/openbsd/usr.sbin/unbound/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);
3950 void* callback_arg, struct unbound_socket* socket)
4014 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket)
4079 void* callback_arg, struct unbound_socket* socket)
4178 struct unbound_socket* socket)
4300 void* callback_arg, struct unbound_socket* socket)
/openbsd/sbin/unwind/libunbound/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);
3950 void* callback_arg, struct unbound_socket* socket)
4014 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket)
4079 void* callback_arg, struct unbound_socket* socket)
4178 struct unbound_socket* socket)
4300 void* callback_arg, struct unbound_socket* socket)
/openbsd/usr.sbin/unbound/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()
/openbsd/sbin/unwind/libunbound/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()
/openbsd/usr.sbin/unbound/testcode/
H A Dfake_event.c1660 struct unbound_socket* ATTR_UNUSED(socket)) in comm_point_create_udp()