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; 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 D | netevent.c | 199 void* callback_arg, struct unbound_socket* socket); 5765 void* callback_arg, struct unbound_socket* socket) 5830 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket) 5895 struct unbound_socket* socket, struct doq_table* table, 5985 void* callback_arg, struct unbound_socket* socket) 6086 struct unbound_socket* socket) 6210 void* callback_arg, struct unbound_socket* socket)
|
| /freebsd/contrib/unbound/services/ |
| H A D | listen_dnsport.h | 120 struct unbound_socket { struct 148 struct unbound_socket* socket; 861 void verbose_print_unbound_socket(struct unbound_socket* ub_sock);
|
| H A D | listen_dnsport.c | 169 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()
|