Symbol: comm_udp
sbin/unwind/libunbound/services/localzone.c
1647
? repinfo->c->type == comm_udp
sbin/unwind/libunbound/services/mesh.c
1386
return r->query_reply.c->type == comm_udp;
sbin/unwind/libunbound/services/outside_network.c
2266
dt_msg_send_outside_query(outnet->dtenv, &pend->addr, &pend->pc->pif->addr, comm_udp, NULL,
sbin/unwind/libunbound/services/rpz.c
1766
? repinfo->c->type == comm_udp
sbin/unwind/libunbound/util/data/msgparse.c
1013
c->type == comm_udp || c->tcp_keepalive)
sbin/unwind/libunbound/util/data/msgparse.c
962
if (cfg && cfg->do_tcp_keepalive && c && c->type != comm_udp && c->tcp_keepalive) {
sbin/unwind/libunbound/util/netevent.c
1014
log_assert(rep.c->type == comm_udp);
sbin/unwind/libunbound/util/netevent.c
1138
log_assert(rep.c->type == comm_udp);
sbin/unwind/libunbound/util/netevent.c
5773
c->type = comm_udp;
sbin/unwind/libunbound/util/netevent.c
5838
c->type = comm_udp;
sbin/unwind/libunbound/util/netevent.c
6676
if(repinfo->c->type == comm_udp) {
sbin/unwind/libunbound/util/netevent.c
6758
if(repinfo->c->type == comm_udp)
usr.sbin/unbound/daemon/stats.c
544
if(c->type != comm_udp) {
usr.sbin/unbound/daemon/worker.c
1723
else if(c->type != comm_udp)
usr.sbin/unbound/daemon/worker.c
1756
c->type == comm_udp) {
usr.sbin/unbound/daemon/worker.c
1782
if(c->type != comm_udp)
usr.sbin/unbound/daemon/worker.c
1998
if(c->type == comm_udp)
usr.sbin/unbound/dnscrypt/dnscrypt.c
928
repinfo->c->type == comm_udp,
usr.sbin/unbound/dnstap/dnstap.c
420
if (cptype == comm_udp) {
usr.sbin/unbound/services/localzone.c
1647
? repinfo->c->type == comm_udp
usr.sbin/unbound/services/mesh.c
1386
return r->query_reply.c->type == comm_udp;
usr.sbin/unbound/services/outside_network.c
2266
dt_msg_send_outside_query(outnet->dtenv, &pend->addr, &pend->pc->pif->addr, comm_udp, NULL,
usr.sbin/unbound/services/rpz.c
1766
? repinfo->c->type == comm_udp
usr.sbin/unbound/testcode/fake_event.c
384
c.type = comm_udp;
usr.sbin/unbound/testcode/fake_event.c
420
if(ans->repinfo.c->type == comm_udp)
usr.sbin/unbound/testcode/fake_event.c
477
repinfo.c->type = comm_udp;
usr.sbin/unbound/testcode/fake_event.c
509
c.type = comm_udp;
usr.sbin/unbound/util/data/msgparse.c
1013
c->type == comm_udp || c->tcp_keepalive)
usr.sbin/unbound/util/data/msgparse.c
962
if (cfg && cfg->do_tcp_keepalive && c && c->type != comm_udp && c->tcp_keepalive) {
usr.sbin/unbound/util/netevent.c
1014
log_assert(rep.c->type == comm_udp);
usr.sbin/unbound/util/netevent.c
1138
log_assert(rep.c->type == comm_udp);
usr.sbin/unbound/util/netevent.c
5773
c->type = comm_udp;
usr.sbin/unbound/util/netevent.c
5838
c->type = comm_udp;
usr.sbin/unbound/util/netevent.c
6676
if(repinfo->c->type == comm_udp) {
usr.sbin/unbound/util/netevent.c
6758
if(repinfo->c->type == comm_udp)