Home
last modified time | relevance | path

Searched refs:comm_http (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dnetevent.c2933 log_assert(c->type == comm_tcp || c->type == comm_http);
3235 if(c_hdl->type == comm_http) {
3265 if(c_hdl->type == comm_http && c_hdl->h2_session)
3276 if(c_hdl->type == comm_http && c_hdl->h2_session)
3562 if(c->type == comm_http && c->h2_session) {
4713 log_assert(c->type == comm_http);
5179 log_assert(h2_session->c->type == comm_http);
5301 log_assert(c->type == comm_http);
5516 log_assert(h2_session->c->type == comm_http);
5629 log_assert(c->type == comm_http);
[all …]
H A Dnetevent.h313 comm_http, enumerator
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.c434 } else if (cptype == comm_http) { in dt_msg_fill_net()
/freebsd/contrib/unbound/daemon/
H A Dstats.c559 if(c->type == comm_http) in server_stats_insquery()
H A Dremote.c7835 cp->tcp_handlers[0]->type == comm_http) { in fr_worker_pickup_listen_dnsport()
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.c1033 else if(tp == comm_http) comm = "doh"; in log_reply_info()