Symbol: comm_udp
sbin/unwind/libunbound/services/localzone.c
1676
? repinfo->c->type == comm_udp
sbin/unwind/libunbound/services/mesh.c
1422
return r->query_reply.c->type == comm_udp;
sbin/unwind/libunbound/services/outside_network.c
2319
dt_msg_send_outside_query(outnet->dtenv, &pend->addr, &pend->pc->pif->addr, comm_udp, NULL,
sbin/unwind/libunbound/services/rpz.c
1767
? repinfo->c->type == comm_udp
sbin/unwind/libunbound/util/data/msgparse.c
1020
c->type == comm_udp || c->tcp_keepalive)
sbin/unwind/libunbound/util/data/msgparse.c
968
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
5782
c->type = comm_udp;
sbin/unwind/libunbound/util/netevent.c
5847
c->type = comm_udp;
sbin/unwind/libunbound/util/netevent.c
6688
if(repinfo->c->type == comm_udp) {
sbin/unwind/libunbound/util/netevent.c
6769
if(repinfo->c->type == comm_udp)
usr.sbin/unbound/daemon/stats.c
550
if(c->type != comm_udp) {
usr.sbin/unbound/daemon/worker.c
1763
else if(c->type != comm_udp)
usr.sbin/unbound/daemon/worker.c
1806
c->type == comm_udp) {
usr.sbin/unbound/daemon/worker.c
1832
if(c->type != comm_udp)
usr.sbin/unbound/daemon/worker.c
2060
if(c->type == comm_udp)
usr.sbin/unbound/dnscrypt/dnscrypt.c
941
repinfo->c->type == comm_udp,
usr.sbin/unbound/dnstap/dnstap.c
420
if (cptype == comm_udp) {
usr.sbin/unbound/services/localzone.c
1676
? repinfo->c->type == comm_udp
usr.sbin/unbound/services/mesh.c
1422
return r->query_reply.c->type == comm_udp;
usr.sbin/unbound/services/outside_network.c
2319
dt_msg_send_outside_query(outnet->dtenv, &pend->addr, &pend->pc->pif->addr, comm_udp, NULL,
usr.sbin/unbound/services/rpz.c
1767
? 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
1020
c->type == comm_udp || c->tcp_keepalive)
usr.sbin/unbound/util/data/msgparse.c
968
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
5782
c->type = comm_udp;
usr.sbin/unbound/util/netevent.c
5847
c->type = comm_udp;
usr.sbin/unbound/util/netevent.c
6688
if(repinfo->c->type == comm_udp) {
usr.sbin/unbound/util/netevent.c
6769
if(repinfo->c->type == comm_udp)