Home
last modified time | relevance | path

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

/src/contrib/unbound/util/
H A Dnetevent.h77 struct unbound_socket;
209 struct unbound_socket* socket;
575 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket);
593 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket);
614 struct unbound_socket* socket, struct doq_table* table,
652 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket);
H A Dnetevent.c199 void* callback_arg, struct unbound_socket* socket);
5748 void* callback_arg, struct unbound_socket* socket)
5813 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket)
5878 struct unbound_socket* socket, struct doq_table* table,
5967 void* callback_arg, struct unbound_socket* socket)
6068 struct unbound_socket* socket)
6192 void* callback_arg, struct unbound_socket* socket)
/src/contrib/unbound/services/
H A Dlisten_dnsport.h120 struct unbound_socket { struct
148 struct unbound_socket* socket;
861 void verbose_print_unbound_socket(struct unbound_socket* ub_sock);
H A Dlisten_dnsport.c169 verbose_print_unbound_socket(struct unbound_socket* ub_sock) in verbose_print_unbound_socket()
1052 int use_systemd, int dscp, struct unbound_socket* ub_sock, in make_sock()
1126 int use_systemd, int dscp, struct unbound_socket* ub_sock, in make_sock_port()
1167 int pp2_enabled, struct unbound_socket* ub_sock) in port_insert()
1319 struct unbound_socket* ub_sock; in ports_create_if()
1345 ub_sock = calloc(1, sizeof(struct unbound_socket)); in ports_create_if()
1380 ub_sock = calloc(1, sizeof(struct unbound_socket)); in ports_create_if()
1442 ub_sock = calloc(1, sizeof(struct unbound_socket)); in ports_create_if()
/src/contrib/unbound/testcode/
H A Dfake_event.c1770 struct unbound_socket* ATTR_UNUSED(socket)) in comm_point_create_udp()