Searched refs:cptype (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/unbound/dnstap/ |
| H A D | dnstap.h | 142 * @param cptype: comm_udp or comm_tcp. 150 enum comm_point_type cptype, 160 * @param cptype: comm_udp or comm_tcp. 167 enum comm_point_type cptype, 178 * @param cptype: comm_udp or comm_tcp. 187 enum comm_point_type cptype, 199 * @param cptype: comm_udp or comm_tcp. 212 enum comm_point_type cptype,
|
| H A D | dnstap.c | 352 enum comm_point_type cptype, in dt_msg_fill_net() argument 420 if (cptype == comm_udp) { in dt_msg_fill_net() 424 } else if (cptype == comm_tcp) { in dt_msg_fill_net() 434 } else if (cptype == comm_http) { in dt_msg_fill_net() 449 enum comm_point_type cptype, in dt_msg_send_client_query() argument 476 dt_msg_fill_net(&dm, qsock, rsock, cptype, cpssl, in dt_msg_send_client_query() 491 enum comm_point_type cptype, in dt_msg_send_client_response() argument 515 dt_msg_fill_net(&dm, qsock, rsock, cptype, cpssl, in dt_msg_send_client_response() 529 enum comm_point_type cptype, in dt_msg_send_outside_query() argument 569 dt_msg_fill_net(&dm, rsock, qsock, cptype, cpssl, in dt_msg_send_outside_query() [all …]
|