Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnetevent.c2951 log_assert(c->type == comm_tcp || c->type == comm_http);
3216 if(c_hdl->type == comm_http) {
3525 if(c->type == comm_http && c->h2_session) {
4676 log_assert(c->type == comm_http);
5158 log_assert(h2_session->c->type == comm_http);
5271 log_assert(c->type == comm_http);
5486 log_assert(h2_session->c->type == comm_http);
5599 log_assert(c->type == comm_http);
5661 log_assert(c->type == comm_http);
6092 c->type = comm_http;
[all …]
H A Dnetevent.h311 comm_http, enumerator
/freebsd/contrib/unbound/dnstap/
H A Ddnstap.c422 } else if (cptype == comm_http) { in dt_msg_fill_net()
/freebsd/contrib/unbound/daemon/
H A Dstats.c551 if(c->type == comm_http) in server_stats_insquery()
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.c1009 else if(tp == comm_http) comm = "dot"; in log_reply_info()