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

  /src/usr.sbin/npf/npfctl/
npf_build.c 473 bool any_proto, any_addrs, any_ports, stateful; local in function:build_l3_code
482 any_proto = (family != AF_UNSPEC) || any_l4proto;
486 if (!any_proto && !any_addrs && !any_ports && !stateful) {
npf_build.c 473 bool any_proto, any_addrs, any_ports, stateful; local in function:build_l3_code
482 any_proto = (family != AF_UNSPEC) || any_l4proto;
486 if (!any_proto && !any_addrs && !any_ports && !stateful) {

Completed in 21 milliseconds