HomeSort by: relevance | last modified time | path
    Searched defs:got4 (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
583 if (af == AF_INET && got4)
589 got4 = 1;
  /src/dist/pf/sbin/pfctl/
pfctl_parser.c 1311 int got4 = 0, got6 = 0; local in function:ifa_lookup
1337 got4 = got6 = 0;
1339 if ((flags & PFI_AFLAG_NOALIAS) && p->af == AF_INET && got4)
1344 got4 = 1;
1570 int got4 = 0, got6 = 0; local in function:host_dns
1594 if (got4)
1596 got4 = 1;

Completed in 13 milliseconds