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

/netbsd-current/external/bsd/unbound/dist/iterator/
H A Diter_delegpt.c84 copy->nslist->got6 = ns->got6;
128 ns->got6 = 0;
186 ns->got6 = 1;
188 if(ns->got4 && ns->got6)
304 (ns->got4?" A":""), (ns->got6?" AAAA":""),
553 ns->got6 = 2;
554 if(ns->got4 && ns->got6)
587 if(ns->got6)
667 ns->got6
[all...]
H A Diter_delegpt.h110 * and marked true if got4 and got6 are both true.
117 uint8_t got6; member in struct:delegpt_ns
366 * sets the got4 or got6 to negative, updates the ns->resolved.
H A Diterator.c259 (dpns->got6 == 2 || !ie->supports_ipv6)) {
1991 (!ns->lame && !ns->got6))) {
3678 (dpns->got6 == 2 || !ie->supports_ipv6)) {
/netbsd-current/dist/pf/sbin/pfctl/
H A Dpfctl_parser.c1311 int got4 = 0, got6 = 0; local
1337 got4 = got6 = 0;
1341 if ((flags & PFI_AFLAG_NOALIAS) && p->af == AF_INET6 && got6)
1346 got6 = 1;
1570 int got4 = 0, got6 = 0; local
1598 if (got6)
1600 got6 = 1;
/netbsd-current/sys/dist/pf/net/
H A Dpf_if.c557 int got4 = 0, got6 = 0; local
585 if (af == AF_INET6 && got6)
591 got6 = 1;
/netbsd-current/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i1081 uint8_t got6;

Completed in 210 milliseconds