HomeSort by: relevance | last modified time | path
    Searched refs:unbound_socket (Results 1 - 5 of 5) sorted by relevancy

  /src/external/bsd/unbound/dist/util/
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);
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)
  /src/external/bsd/unbound/dist/services/
listen_dnsport.h 120 struct unbound_socket { struct
146 /** fill in unbound_socket structure for every opened socket at
148 struct unbound_socket* socket;
861 void verbose_print_unbound_socket(struct unbound_socket* ub_sock);
listen_dnsport.c 169 verbose_print_unbound_socket(struct unbound_socket* ub_sock)
173 log_info("listing of unbound_socket structure:");
1052 int use_systemd, int dscp, struct unbound_socket* ub_sock,
1126 int use_systemd, int dscp, struct unbound_socket* ub_sock,
1167 int pp2_enabled, struct unbound_socket* ub_sock)
1319 struct unbound_socket* ub_sock;
1345 ub_sock = calloc(1, sizeof(struct unbound_socket));
1380 ub_sock = calloc(1, sizeof(struct unbound_socket));
1442 ub_sock = calloc(1, sizeof(struct unbound_socket));
  /src/external/bsd/unbound/dist/testcode/
fake_event.c 1770 struct unbound_socket* ATTR_UNUSED(socket))

Completed in 58 milliseconds