Searched refs:cptype (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/unbound/dnstap/ |
H A D | dnstap.h | 143 enum comm_point_type cptype, 160 enum comm_point_type cptype, 180 enum comm_point_type cptype, 205 enum comm_point_type cptype,
|
H A D | dnstap.c | 340 enum comm_point_type cptype, in dt_msg_fill_net() argument 408 if (cptype == comm_udp) { in dt_msg_fill_net() 412 } else if (cptype == comm_tcp) { in dt_msg_fill_net() 422 } else if (cptype == comm_http) { in dt_msg_fill_net() 437 enum comm_point_type cptype, in dt_msg_send_client_query() argument 464 dt_msg_fill_net(&dm, qsock, rsock, cptype, cpssl, in dt_msg_send_client_query() 479 enum comm_point_type cptype, in dt_msg_send_client_response() argument 503 dt_msg_fill_net(&dm, qsock, rsock, cptype, cpssl, in dt_msg_send_client_response() 517 enum comm_point_type cptype, in dt_msg_send_outside_query() argument 557 dt_msg_fill_net(&dm, rsock, qsock, cptype, cpssl, in dt_msg_send_outside_query() [all …]
|