HomeSort by: relevance | last modified time | path
    Searched defs:got6 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dist/pf/net/
pf_if.c 557 int got4 = 0, got6 = 0; local in function:pfi_instance_add
585 if (af == AF_INET6 && got6)
591 got6 = 1;
  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 1311 int got4 = 0, got6 = 0; local in function:ifa_lookup
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 in function:host_dns
1598 if (got6)
1600 got6 = 1;

Completed in 13 milliseconds