Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/util/
H A Dnetevent.h307 comm_tcp_accept, enumerator
H A Dnetevent.c3081 if(c->tcp_conn_limit && c->type == comm_tcp_accept) {
3194 log_assert(c->type == comm_tcp_accept);
6211 c->type = comm_tcp_accept;
6735 log_assert(repinfo->c->type != comm_tcp_accept);
6775 if(c->type == comm_tcp_accept && !c->tcp_free) {
6871 if(c->type == comm_tcp_accept) {
/freebsd/contrib/unbound/daemon/
H A Dstats.c374 if(lp->com->type == comm_tcp_accept) in server_stats_compile()
/freebsd/contrib/unbound/util/data/
H A Dmsgreply.c1008 else if(tp == comm_tcp_accept) comm = "tcp"; in log_reply_info()
/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c2101 if(p->com->type == comm_tcp_accept && in listen_stop_accept()
2114 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) {