Symbol: comm_tcp_accept
sbin/unwind/libunbound/services/listen_dnsport.c
2116
if(p->com->type == comm_tcp_accept &&
sbin/unwind/libunbound/services/listen_dnsport.c
2129
if(p->com->type == comm_tcp_accept &&
sbin/unwind/libunbound/util/data/msgreply.c
1004
else if(tp == comm_tcp_accept) comm = (ssl?"dot":"tcp");
sbin/unwind/libunbound/util/netevent.c
3061
if(c->tcp_conn_limit && c->type == comm_tcp_accept) {
sbin/unwind/libunbound/util/netevent.c
3208
log_assert(c->type == comm_tcp_accept);
sbin/unwind/libunbound/util/netevent.c
6229
c->type = comm_tcp_accept;
sbin/unwind/libunbound/util/netevent.c
6757
log_assert(repinfo->c->type != comm_tcp_accept);
sbin/unwind/libunbound/util/netevent.c
6797
if(c->type == comm_tcp_accept && !c->tcp_free) {
sbin/unwind/libunbound/util/netevent.c
6893
if(c->type == comm_tcp_accept) {
usr.sbin/unbound/daemon/remote.c
7314
if(l->com->type == comm_tcp_accept) {
usr.sbin/unbound/daemon/stats.c
369
if(lp->com->type == comm_tcp_accept)
usr.sbin/unbound/services/listen_dnsport.c
2116
if(p->com->type == comm_tcp_accept &&
usr.sbin/unbound/services/listen_dnsport.c
2129
if(p->com->type == comm_tcp_accept &&
usr.sbin/unbound/util/data/msgreply.c
1004
else if(tp == comm_tcp_accept) comm = (ssl?"dot":"tcp");
usr.sbin/unbound/util/netevent.c
3061
if(c->tcp_conn_limit && c->type == comm_tcp_accept) {
usr.sbin/unbound/util/netevent.c
3208
log_assert(c->type == comm_tcp_accept);
usr.sbin/unbound/util/netevent.c
6229
c->type = comm_tcp_accept;
usr.sbin/unbound/util/netevent.c
6757
log_assert(repinfo->c->type != comm_tcp_accept);
usr.sbin/unbound/util/netevent.c
6797
if(c->type == comm_tcp_accept && !c->tcp_free) {
usr.sbin/unbound/util/netevent.c
6893
if(c->type == comm_tcp_accept) {