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

/freebsd-10.1-release/contrib/unbound/iterator/
H A Diter_delegpt.c79 copy->nslist->got4 = ns->got4;
122 ns->got4 = 0;
172 else ns->got4 = 1;
173 if(ns->got4 && ns->got6)
270 (ns->got4?" A":""), (ns->got6?" AAAA":""),
477 ns->got4 = 1;
480 if(ns->got4 && ns->got6)
491 if(ns->got4)
576 ns->got4
[all...]
H A Diter_delegpt.h100 * and marked true if got4 and got6 are both true.
104 uint8_t got4; member in struct:delegpt_ns
H A Diterator.c1420 if(ie->supports_ipv4 && !ns->got4) {
/freebsd-10.1-release/sbin/pfctl/
H A Dpfctl_parser.c1333 int got4 = 0, got6 = 0; local
1359 got4 = got6 = 0;
1361 if ((flags & PFI_AFLAG_NOALIAS) && p->af == AF_INET && got4)
1366 got4 = 1;
1592 int got4 = 0, got6 = 0; local
1616 if (got4)
1618 got4 = 1;
/freebsd-10.1-release/sys/netpfil/pf/
H A Dpf_if.c497 int got4 = 0, got6 = 0; local
530 if (af == AF_INET && got4)
536 got4 = 1;

Completed in 113 milliseconds