Home
last modified time | relevance | path

Searched refs:comm_tcp (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dnetevent.c2933 log_assert(c->type == comm_tcp || c->type == comm_http);
3230 if((c_hdl->type == comm_tcp && c_hdl->tcp_req_info) ||
3320 log_assert(c->type == comm_tcp);
3353 log_assert(c->type == comm_tcp);
3383 log_assert(c->type == comm_tcp || c->type == comm_local);
3391 if(c->type == comm_tcp)
4018 log_assert(c->type == comm_tcp || c->type == comm_local);
4264 log_assert(c->type == comm_tcp);
4623 log_assert(c->type == comm_tcp);
6025 c->type = comm_tcp;
[all …]
H A Dnetevent.h311 comm_tcp, enumerator
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.c424 } else if (cptype == comm_tcp) { in dt_msg_fill_net()
/freebsd/contrib/unbound/util/data/
H A Dmsgparse.c1034 !c || c->type != comm_tcp ||!c->ssl || padding_seen) in parse_edns_options_from_query()
H A Dmsgreply.c1031 if(tp == comm_tcp) comm = (ssl?"dot":"tcp"); in log_reply_info()
/freebsd/contrib/unbound/services/
H A Doutside_network.c1070 &pend_tcp->pi->addr, comm_tcp, NULL, w->sq->zone,
2597 &pend->pi->addr, comm_tcp, NULL, sq->zone,
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch1973 + commpoint->type == comm_tcp) {