Home
last modified time | relevance | path

Searched refs:comm_http (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);
3301 if(c_hdl->type == comm_http) {
3333 if(c_hdl->type == comm_http && c_hdl->h2_session)
3345 if(c_hdl->type == comm_http && c_hdl->h2_session)
3635 if(c->type == comm_http && c->h2_session) {
4786 log_assert(c->type == comm_http);
5260 log_assert(h2_session->c->type == comm_http);
5382 log_assert(c->type == comm_http);
5604 log_assert(h2_session->c->type == comm_http);
5717 log_assert(c->type == comm_http);
[all …]
H A Dnetevent.h317 comm_http, enumerator
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.c453 } else if (cptype == comm_http) { in dt_msg_fill_net()
/freebsd/contrib/unbound/daemon/
H A Dstats.c575 if(c->type == comm_http) in server_stats_insquery()
H A Dremote.c8086 cp->tcp_handlers[0]->type == comm_http) { in fr_worker_pickup_listen_dnsport()
/freebsd/contrib/unbound/util/data/
H A Dmsgparse.c1039 (c->type == comm_http && c->ssl) || in parse_edns_options_from_query()
H A Dmsgreply.c1036 else if(tp == comm_http) comm = "doh"; in log_reply_info()