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

/freebsd-12-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-12-stable/sbin/pfctl/
H A Dpfctl_parser.c1440 int got4 = 0, got6 = 0; local
1467 got4 = got6 = 0;
1469 if ((flags & PFI_AFLAG_NOALIAS) && p->af == AF_INET && got4)
1474 got4 = 1;
1702 int got4 = 0, got6 = 0; local
1726 if (got4)
1728 got4 = 1;
/freebsd-12-stable/sys/netpfil/pf/
H A Dpf_if.c611 int got4 = 0, got6 = 0; local
644 if (af == AF_INET && got4)
650 got4 = 1;

Completed in 177 milliseconds