Symbol: comm_doq
sbin/unwind/libunbound/services/mesh.c
2032
if(rep->c->type != comm_doq)
sbin/unwind/libunbound/services/mesh.c
470
else if(rep->c->type == comm_doq && rep->doq_stream)
sbin/unwind/libunbound/services/mesh.c
485
else if(rep->c->type == comm_doq && rep->doq_stream)
sbin/unwind/libunbound/services/mesh.c
559
} else if(rep->c->type == comm_doq && rep->doq_stream) {
sbin/unwind/libunbound/services/mesh.c
614
else if(rep->c->type == comm_doq && rep->doq_stream)
sbin/unwind/libunbound/util/netevent.c
2522
log_assert(c->type == comm_doq);
sbin/unwind/libunbound/util/netevent.c
2865
log_assert(repinfo->c->type == comm_doq);
sbin/unwind/libunbound/util/netevent.c
2896
log_assert(repinfo->c->type == comm_doq);
sbin/unwind/libunbound/util/netevent.c
5916
c->type = comm_doq;
usr.sbin/unbound/daemon/remote.c
7858
} else if(cp->type == comm_doq) {
usr.sbin/unbound/daemon/stats.c
551
if(c->type != comm_doq)
usr.sbin/unbound/daemon/stats.c
562
else if(c->type == comm_doq)
usr.sbin/unbound/services/mesh.c
2032
if(rep->c->type != comm_doq)
usr.sbin/unbound/services/mesh.c
470
else if(rep->c->type == comm_doq && rep->doq_stream)
usr.sbin/unbound/services/mesh.c
485
else if(rep->c->type == comm_doq && rep->doq_stream)
usr.sbin/unbound/services/mesh.c
559
} else if(rep->c->type == comm_doq && rep->doq_stream) {
usr.sbin/unbound/services/mesh.c
614
else if(rep->c->type == comm_doq && rep->doq_stream)
usr.sbin/unbound/util/netevent.c
2522
log_assert(c->type == comm_doq);
usr.sbin/unbound/util/netevent.c
2865
log_assert(repinfo->c->type == comm_doq);
usr.sbin/unbound/util/netevent.c
2896
log_assert(repinfo->c->type == comm_doq);
usr.sbin/unbound/util/netevent.c
5916
c->type = comm_doq;