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

/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_delegpt.c81 copy->nslist->got6 = ns->got6;
124 ns->got6 = 0;
174 ns->got6 = 1;
176 if(ns->got4 && ns->got6)
283 (ns->got4?" A":""), (ns->got6?" AAAA":""),
491 ns->got6 = 2;
492 if(ns->got4 && ns->got6)
525 if(ns->got6)
602 ns->got6
[all...]
H A Diter_delegpt.h106 * and marked true if got4 and got6 are both true.
113 uint8_t got6; member in struct:delegpt_ns
352 * sets the got4 or got6 to negative, updates the ns->resolved.
H A Diterator.c256 (dpns->got6 == 2 || !ie->supports_ipv6))
1858 if(ie->supports_ipv6 && !ns->got6) {
3307 (dpns->got6 == 2 || !ie->supports_ipv6))
/freebsd-11-stable/sbin/pfctl/
H A Dpfctl_parser.c1343 int got4 = 0, got6 = 0; local
1369 got4 = got6 = 0;
1373 if ((flags & PFI_AFLAG_NOALIAS) && p->af == AF_INET6 && got6)
1378 got6 = 1;
1604 int got4 = 0, got6 = 0; local
1632 if (got6)
1634 got6 = 1;
/freebsd-11-stable/sys/netpfil/pf/
H A Dpf_if.c525 int got4 = 0, got6 = 0; local
560 if (af == AF_INET6 && got6)
566 got6 = 1;

Completed in 98 milliseconds