Home
last modified time | relevance | path

Searched refs:non_tcpudp (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/usr.sbin/npf/npfctl/
H A Dnpf_build.c404 npfctl_check_proto(const npfvar_t *vars, bool *non_tcpudp, bool *tcp_with_nofl) in npfctl_check_proto() argument
408 *non_tcpudp = false; in npfctl_check_proto()
427 *non_tcpudp = true; in npfctl_check_proto()
441 bool any_l4proto, non_tcpudp, tcp_with_nofl; in npfctl_build_code() local
451 any_l4proto = npfctl_check_proto(popts, &non_tcpudp, &tcp_with_nofl); in npfctl_build_code()
463 if (any_ports && non_tcpudp) { in npfctl_build_code()