Symbol: comm_tcp_accept
sbin/unwind/libunbound/services/listen_dnsport.c
2115
if(p->com->type == comm_tcp_accept &&
sbin/unwind/libunbound/services/listen_dnsport.c
2128
if(p->com->type == comm_tcp_accept &&
sbin/unwind/libunbound/util/data/msgreply.c
1032
else if(tp == comm_tcp_accept) comm = (ssl?"dot":"tcp");
sbin/unwind/libunbound/util/netevent.c
3055
if(c->tcp_conn_limit && c->type == comm_tcp_accept) {
sbin/unwind/libunbound/util/netevent.c
3202
log_assert(c->type == comm_tcp_accept);
sbin/unwind/libunbound/util/netevent.c
6239
c->type = comm_tcp_accept;
sbin/unwind/libunbound/util/netevent.c
6768
log_assert(repinfo->c->type != comm_tcp_accept);
sbin/unwind/libunbound/util/netevent.c
6808
if(c->type == comm_tcp_accept && !c->tcp_free) {
sbin/unwind/libunbound/util/netevent.c
6904
if(c->type == comm_tcp_accept) {
usr.sbin/unbound/daemon/remote.c
7556
if(l->com->type == comm_tcp_accept) {
usr.sbin/unbound/daemon/remote.c
7848
if(cp->type == comm_tcp_accept &&
usr.sbin/unbound/daemon/remote.c
7854
} else if(cp->type == comm_tcp_accept) {
usr.sbin/unbound/daemon/stats.c
372
if(lp->com->type == comm_tcp_accept)
usr.sbin/unbound/services/listen_dnsport.c
2115
if(p->com->type == comm_tcp_accept &&
usr.sbin/unbound/services/listen_dnsport.c
2128
if(p->com->type == comm_tcp_accept &&
usr.sbin/unbound/util/data/msgreply.c
1032
else if(tp == comm_tcp_accept) comm = (ssl?"dot":"tcp");
usr.sbin/unbound/util/netevent.c
3055
if(c->tcp_conn_limit && c->type == comm_tcp_accept) {
usr.sbin/unbound/util/netevent.c
3202
log_assert(c->type == comm_tcp_accept);
usr.sbin/unbound/util/netevent.c
6239
c->type = comm_tcp_accept;
usr.sbin/unbound/util/netevent.c
6768
log_assert(repinfo->c->type != comm_tcp_accept);
usr.sbin/unbound/util/netevent.c
6808
if(c->type == comm_tcp_accept && !c->tcp_free) {
usr.sbin/unbound/util/netevent.c
6904
if(c->type == comm_tcp_accept) {