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

  /src/dist/pf/sbin/pfctl/
pfctl_table.c 430 unsigned int fback, hostnet; local in function:print_addrx
434 hostnet = (ad->pfra_af == AF_INET6) ? 128 : 32;
437 if (ad->pfra_net < hostnet)
444 if (rad->pfra_net < hostnet)
449 if (dns && ad->pfra_net == hostnet) {
pfctl_table.c 430 unsigned int fback, hostnet; local in function:print_addrx
434 hostnet = (ad->pfra_af == AF_INET6) ? 128 : 32;
437 if (ad->pfra_net < hostnet)
444 if (rad->pfra_net < hostnet)
449 if (dns && ad->pfra_net == hostnet) {
pfctl_table.c 430 unsigned int fback, hostnet; local in function:print_addrx
434 hostnet = (ad->pfra_af == AF_INET6) ? 128 : 32;
437 if (ad->pfra_net < hostnet)
444 if (rad->pfra_net < hostnet)
449 if (dns && ad->pfra_net == hostnet) {

Completed in 40 milliseconds