Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnetevent.h309 comm_tcp_accept, enumerator
H A Dnetevent.c3063 if(c->tcp_conn_limit && c->type == comm_tcp_accept) {
3210 log_assert(c->type == comm_tcp_accept);
6247 c->type = comm_tcp_accept;
6774 log_assert(repinfo->c->type != comm_tcp_accept);
6814 if(c->type == comm_tcp_accept && !c->tcp_free) {
6910 if(c->type == comm_tcp_accept) {
/freebsd/contrib/unbound/daemon/
H A Dstats.c372 if(lp->com->type == comm_tcp_accept) in server_stats_compile()
H A Dremote.c7540 if(l->com->type == comm_tcp_accept) { in tcl_remove_old()
7832 if(cp->type == comm_tcp_accept && in fr_worker_pickup_listen_dnsport()
7838 } else if(cp->type == comm_tcp_accept) { in fr_worker_pickup_listen_dnsport()
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.c1032 else if(tp == comm_tcp_accept) comm = (ssl?"dot":"tcp"); in log_reply_info()
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c2116 if(p->com->type == comm_tcp_accept && in listen_stop_accept()
2129 if(p->com->type == comm_tcp_accept && in listen_start_accept()
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch3443 log_assert(repinfo->c->type != comm_tcp_accept);
3457 if(c->type == comm_tcp_accept && !c->tcp_free) {