/src/usr.sbin/npf/npftest/libnpftest/ |
npf_perf_test.c | 25 static bool stateful; variable in typeref:typename:bool 37 PUB_IP1, stateful ? LOCAL_IP2 : LOCAL_IP3, 62 stateful = st;
|
npf_perf_test.c | 25 static bool stateful; variable in typeref:typename:bool 37 PUB_IP1, stateful ? LOCAL_IP2 : LOCAL_IP3, 62 stateful = st;
|
/src/tests/lib/libc/locale/ |
t_wctomb.c | 79 size_t stateful; member in struct:test 124 ATF_REQUIRE_EQ(t->stateful, !!ret);
|
t_wctomb.c | 79 size_t stateful; member in struct:test 124 ATF_REQUIRE_EQ(t->stateful, !!ret);
|
/src/usr.sbin/npf/npfctl/ |
npf_build.c | 473 bool any_proto, any_addrs, any_ports, stateful; local in function:build_l3_code 485 stateful = (npf_rule_getattr(rl) & NPF_RULE_STATEFUL) != 0; 486 if (!any_proto && !any_addrs && !any_ports && !stateful) { 506 * If this is a stateful rule and TCP flags are not specified, 509 if (stateful && (!any_l4proto || tcp_with_nofl)) { 1019 * Dynamic NAT: stateful translation -- traditional NAPT
|
npf_build.c | 473 bool any_proto, any_addrs, any_ports, stateful; local in function:build_l3_code 485 stateful = (npf_rule_getattr(rl) & NPF_RULE_STATEFUL) != 0; 486 if (!any_proto && !any_addrs && !any_ports && !stateful) { 506 * If this is a stateful rule and TCP flags are not specified, 509 if (stateful && (!any_l4proto || tcp_with_nofl)) { 1019 * Dynamic NAT: stateful translation -- traditional NAPT
|