Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/unbound/util/
H A Dnetevent.h73 struct unbound_socket;
173 struct unbound_socket* socket;
507 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket);
524 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket);
559 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket);
H A Dnetevent.c165 void* callback_arg, struct unbound_socket* socket);
3279 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket)
3340 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket)
3402 void* callback_arg, struct unbound_socket* socket)
3499 struct unbound_socket* socket)
3618 comm_point_callback_type* callback, void* callback_arg, struct unbound_socket* socket)
/freebsd-13.1/contrib/unbound/services/
H A Dlisten_dnsport.h108 struct unbound_socket { struct
129 struct unbound_socket* socket; argument
452 void verbose_print_unbound_socket(struct unbound_socket* ub_sock);
H A Dlisten_dnsport.c137 verbose_print_unbound_socket(struct unbound_socket* ub_sock) in verbose_print_unbound_socket()
971 int use_systemd, int dscp, struct unbound_socket* ub_sock) in make_sock()
1026 int use_systemd, int dscp, struct unbound_socket* ub_sock) in make_sock_port()
1065 port_insert(struct listen_port** list, int s, enum listen_type ftype, struct unbound_socket* ub_soc… in port_insert()
1191 struct unbound_socket* ub_sock; in ports_create_if()
1205 ub_sock = calloc(1, sizeof(struct unbound_socket)); in ports_create_if()
1234 ub_sock = calloc(1, sizeof(struct unbound_socket)); in ports_create_if()
1261 ub_sock = calloc(1, sizeof(struct unbound_socket)); in ports_create_if()