/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) {
|