Searched refs:got4 (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_delegpt.c80 copy->nslist->got4 = ns->got4;
123 ns->got4 = 0;
175 else ns->got4 = 1;
176 if(ns->got4 && ns->got6)
283 (ns->got4?" A":""), (ns->got6?" AAAA":""),
489 ns->got4 = 2;
492 if(ns->got4 && ns->got6)
515 if(ns->got4)
601 ns->got4
[all...]
H A Diter_delegpt.h106 * and marked true if got4 and got6 are both true.
111 uint8_t got4; member in struct:delegpt_ns
352 * sets the got4 or got6 to negative, updates the ns->resolved.
H A Diterator.c255 if((dpns->got4 == 2 || !ie->supports_ipv4) &&
1871 if(ie->supports_ipv4 && !ns->got4) {
3306 if((dpns->got4 == 2 || !ie->supports_ipv4) &&
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.c1343 int got4 = 0, got6 = 0; local
1369 got4 = got6 = 0;
1371 if ((flags & PFI_AFLAG_NOALIAS) && p->af == AF_INET && got4)
1376 got4 = 1;
1604 int got4 = 0, got6 = 0; local
1628 if (got4)
1630 got4 = 1;
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_if.c525 int got4 = 0, got6 = 0; local
558 if (af == AF_INET && got4)
564 got4 = 1;

Completed in 72 milliseconds