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

  /src/usr.sbin/npf/npfctl/
npf_build.c 436 npfctl_check_proto(const npfvar_t *vars, bool *non_tcpudp, bool *tcp_with_nofl)
440 *non_tcpudp = false;
459 *non_tcpudp = true;
474 bool any_l4proto, non_tcpudp, tcp_with_nofl; local in function:build_l3_code
481 any_l4proto = npfctl_check_proto(popts, &non_tcpudp, &tcp_with_nofl);
493 if (any_ports && non_tcpudp) {
npf_build.c 436 npfctl_check_proto(const npfvar_t *vars, bool *non_tcpudp, bool *tcp_with_nofl)
440 *non_tcpudp = false;
459 *non_tcpudp = true;
474 bool any_l4proto, non_tcpudp, tcp_with_nofl; local in function:build_l3_code
481 any_l4proto = npfctl_check_proto(popts, &non_tcpudp, &tcp_with_nofl);
493 if (any_ports && non_tcpudp) {

Completed in 25 milliseconds