Searched refs:unbound_socket (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | netevent.h | 77 struct unbound_socket; 209 struct unbound_socket* socket; 565 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket); 583 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket); 605 struct unbound_socket* socket, struct doq_table* table, 643 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket);
|
H A D | netevent.c | 199 void* callback_arg, struct unbound_socket* socket); 5735 void* callback_arg, struct unbound_socket* socket) 5799 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket) 5863 struct unbound_socket* socket, struct doq_table* table, 5954 void* callback_arg, struct unbound_socket* socket) 6053 struct unbound_socket* socket) 6175 void* callback_arg, struct unbound_socket* socket)
|
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.h | 117 struct unbound_socket { struct 145 struct unbound_socket* socket; 847 void verbose_print_unbound_socket(struct unbound_socket* ub_sock);
|
H A D | listen_dnsport.c | 166 verbose_print_unbound_socket(struct unbound_socket* ub_sock) in verbose_print_unbound_socket() 1037 int use_systemd, int dscp, struct unbound_socket* ub_sock, in make_sock() 1109 int use_systemd, int dscp, struct unbound_socket* ub_sock, in make_sock_port() 1151 int pp2_enabled, struct unbound_socket* ub_sock) in port_insert() 1307 struct unbound_socket* ub_sock; in ports_create_if() 1328 ub_sock = calloc(1, sizeof(struct unbound_socket)); in ports_create_if() 1363 ub_sock = calloc(1, sizeof(struct unbound_socket)); in ports_create_if() 1429 ub_sock = calloc(1, sizeof(struct unbound_socket)); in ports_create_if()
|