HomeSort by: relevance | last modified time | path
    Searched refs:comm_point (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/bsd/unbound/dist/util/
netevent.h 53 * o comm_point - udp and tcp networking, with callbacks.
73 struct comm_point;
95 typedef int comm_point_callback_type(struct comm_point*, void*, int,
139 /** the comm_point with fd to send reply on to. */
140 struct comm_point* c;
201 struct comm_point { struct
226 struct comm_point* tcp_parent;
237 struct comm_point** tcp_handlers;
240 struct comm_point* tcp_free;
439 int my_callback(struct comm_point* c, void* my_arg, int error
    [all...]
tube.h 45 struct comm_point;
71 struct comm_point* listen_com;
84 struct comm_point* res_com;
270 int tube_handle_listen(struct comm_point* c, void* arg, int error,
274 int tube_handle_write(struct comm_point* c, void* arg, int error,
netevent.c 196 static struct comm_point* comm_point_create_tcp_handler(
197 struct comm_base *base, struct comm_point* parent, size_t bufsize,
317 struct ub_event* comm_point_internal(struct comm_point* c)
396 comm_point_send_udp_msg(struct comm_point *c, sldns_buffer* packet,
625 comm_point_send_udp_msg_if(struct comm_point *c, sldns_buffer* packet,
1013 rep.c = (struct comm_point*)arg;
1137 rep.c = (struct comm_point*)arg;
1328 doq_store_blocked_pkt(struct comm_point* c, struct doq_pkt_addr* paddr,
1350 doq_send_pkt(struct comm_point* c, struct doq_pkt_addr* paddr, uint32_t ecn)
1448 doq_get_localaddr_cmsg(struct comm_point* c, struct doq_pkt_addr* paddr
    [all...]
edns.h 50 struct comm_point;
tube.c 149 tube_handle_listen(struct comm_point* c, void* arg, int error,
225 tube_handle_write(struct comm_point* c, void* arg, int error,
719 tube_handle_listen(struct comm_point* ATTR_UNUSED(c), void* ATTR_UNUSED(arg),
727 tube_handle_write(struct comm_point* ATTR_UNUSED(c), void* ATTR_UNUSED(arg),
  /src/external/bsd/unbound/dist/libunbound/
worker.h 48 struct comm_point;
84 int libworker_handle_service_reply(struct comm_point* c, void* arg, int error,
152 int worker_handle_request(struct comm_point* c, void* arg, int error,
156 int worker_handle_service_reply(struct comm_point* c, void* arg, int error,
175 int remote_accept_callback(struct comm_point*, void*, int, struct comm_reply*);
178 int remote_control_callback(struct comm_point*, void*, int, struct comm_reply*);
libworker.h 56 struct comm_point;
libworker.c 902 libworker_handle_service_reply(struct comm_point* c, void* arg, int error,
935 int worker_handle_request(struct comm_point* ATTR_UNUSED(c),
943 int worker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
951 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c),
959 int remote_control_callback(struct comm_point* ATTR_UNUSED(c),
1071 int fast_reload_client_callback(struct comm_point* ATTR_UNUSED(c),
  /src/external/bsd/unbound/dist/daemon/
stats.h 48 struct comm_point;
118 void server_stats_insquery(struct ub_server_stats* stats, struct comm_point* c,
remote.h 57 struct comm_point;
71 struct comm_point* c;
171 struct comm_point* client_cp;
372 int fast_reload_client_callback(struct comm_point* c, void* arg, int err,
worker.h 114 struct comm_point* cmd_com;
worker.c 244 worker_handle_service_reply(struct comm_point* c, void* arg, int error,
1241 deny_refuse(struct comm_point* c, enum acl_access acl,
1396 deny_refuse_all(struct comm_point* c, enum acl_access* acl,
1418 deny_refuse_non_local(struct comm_point* c, enum acl_access acl,
1455 * This is of type comm_point_callback_type. The struct comm_point contains
1456 * more comments on the comm_point.callback member about the function.
1457 * @param c: the comm_point where the request arrives on.
1471 worker_handle_request(struct comm_point* c, void* arg, int error,
2605 int libworker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
  /src/external/bsd/unbound/dist/services/
outside_network.h 245 struct comm_point* cp;
363 struct comm_point* c;
769 struct comm_point* outnet_comm_point_for_udp(struct outside_network* outnet,
791 struct comm_point* outnet_comm_point_for_tcp(struct outside_network* outnet,
814 struct comm_point* outnet_comm_point_for_http(struct outside_network* outnet,
823 int outnet_udp_cb(struct comm_point* c, void* arg, int error,
827 int outnet_tcp_cb(struct comm_point* c, void* arg, int error,
843 int serviced_udp_callback(struct comm_point* c, void* arg, int error,
847 int serviced_tcp_callback(struct comm_point* c, void* arg, int error,
authzone.h 59 struct comm_point;
356 struct comm_point* cp;
429 struct comm_point* cp;
683 int auth_xfer_probe_udp_callback(struct comm_point* c, void* arg, int err,
686 int auth_xfer_transfer_tcp_callback(struct comm_point* c, void* arg, int err,
689 int auth_xfer_transfer_http_callback(struct comm_point* c, void* arg, int err,
listen_dnsport.h 90 struct comm_point* com;
323 struct comm_point* cp;
709 struct doq_conn* doq_conn_create(struct comm_point* c,
765 int doq_conn_recv(struct comm_point* c, struct doq_pkt_addr* paddr,
770 int doq_conn_write_streams(struct comm_point* c, struct doq_conn* conn,
774 int doq_conn_send_close(struct comm_point* c, struct doq_conn* conn);
mesh.h 682 * the comm_point pointer.
685 * @param cp: the comm_point to remove from the list.
688 struct comm_point* cp);
outside_network.c 101 struct comm_point* c, struct comm_reply* rep);
551 struct comm_point c;
991 waiting_tcp_callback(struct waiting_tcp* w, struct comm_point* c, int error,
1342 outnet_tcp_cb(struct comm_point* c, void* arg, int error,
1527 outnet_udp_cb(struct comm_point* c, void* arg, int error,
3050 serviced_callbacks(struct serviced_query* sq, int error, struct comm_point* c,
3139 serviced_tcp_callback(struct comm_point* c, void* arg, int error,
3327 serviced_udp_callback(struct comm_point* c, void* arg, int error,
3704 struct comm_point*
3709 struct comm_point* cp
    [all...]
listen_dnsport.c 1490 listen_cp_insert(struct comm_point* c, struct listen_dnsport* front)
1561 struct comm_point* cp = NULL;
2330 struct comm_point* c = req->cp;
3543 doq_conn_create(struct comm_point* c, struct doq_pkt_addr* paddr,
4040 struct comm_point* c;
5125 doq_conn_start_closing_period(struct comm_point* c, struct doq_conn* conn)
5189 doq_conn_send_close(struct comm_point* c, struct doq_conn* conn)
5209 doq_conn_close_error(struct comm_point* c, struct doq_conn* conn)
5238 doq_conn_recv(struct comm_point* c, struct doq_pkt_addr* paddr,
5337 doq_conn_write_streams(struct comm_point* c, struct doq_conn* conn
    [all...]
  /src/external/bsd/unbound/dist/smallapp/
worker_cb.c 60 int worker_handle_request(struct comm_point* ATTR_UNUSED(c),
68 int worker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
76 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c),
84 int remote_control_callback(struct comm_point* ATTR_UNUSED(c),
145 int libworker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
265 int fast_reload_client_callback(struct comm_point* ATTR_UNUSED(c),
  /src/external/bsd/unbound/dist/util/data/
msgparse.h 74 struct comm_point;
358 struct config_file* cfg, struct comm_point* c,
msgparse.c 951 struct edns_data* edns, struct config_file* cfg, struct comm_point* c,
1279 struct config_file* cfg, struct comm_point* c,
  /src/external/bsd/unbound/dist/testcode/
fake_event.c 376 struct comm_point c;
459 repinfo.c = (struct comm_point*)calloc(1, sizeof(struct comm_point));
500 struct comm_point c;
1445 struct comm_point* comm_point_create_local(struct comm_base* ATTR_UNUSED(base),
1454 return (struct comm_point*)fc;
1457 struct comm_point* comm_point_create_raw(struct comm_base* ATTR_UNUSED(base),
1467 return (struct comm_point*)fc;
1470 void comm_point_start_listening(struct comm_point* ATTR_UNUSED(c),
1476 void comm_point_stop_listening(struct comm_point* ATTR_UNUSED(c)
    [all...]
testbound.c 646 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c),
654 int remote_control_callback(struct comm_point* ATTR_UNUSED(c),
doqclient.c 2553 int worker_handle_request(struct comm_point* ATTR_UNUSED(c),
2561 int worker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
2569 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c),
2577 int remote_control_callback(struct comm_point* ATTR_UNUSED(c),
2638 int libworker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
2758 int fast_reload_client_callback(struct comm_point* ATTR_UNUSED(c),
  /src/external/bsd/unbound/dist/dnstap/
unbound-dnstap-socket.c 1617 int worker_handle_request(struct comm_point* ATTR_UNUSED(c),
1625 int worker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
1633 int remote_accept_callback(struct comm_point* ATTR_UNUSED(c),
1641 int remote_control_callback(struct comm_point* ATTR_UNUSED(c),
1702 int libworker_handle_service_reply(struct comm_point* ATTR_UNUSED(c),
1806 int fast_reload_client_callback(struct comm_point* ATTR_UNUSED(c),

Completed in 46 milliseconds

1 2