HomeSort by: relevance | last modified time | path
    Searched refs:stateful (Results 1 - 13 of 13) sorted by relevancy

  /src/share/examples/npf/
soho_gw-npf.conf 39 pass stateful out all
48 pass stateful in family inet4 proto tcp to $ext_v4 port ssh \
52 pass stateful in proto tcp to $ext_addrs port $services_tcp
55 pass stateful in proto udp to $ext_addrs port $services_udp
58 pass stateful in proto udp to $ext_addrs port 33434-33600
l2tp_gw-npf.conf 36 pass stateful out final proto udp to any port domain
47 pass stateful out final proto tcp all
48 pass stateful out final proto udp all
49 pass stateful out final proto icmp all
50 pass stateful out final proto ipv6-icmp all
64 pass stateful in final from any to inet4($ext_if) port "ipsec-nat-t"
65 pass stateful in final from any to inet4($ext_if) port l2tp
host-npf.conf 34 pass stateful in on $wired_if proto tcp to $wired_addrs port ssh apply "log"
65 pass stateful out all
  /src/usr.sbin/npf/npftest/
npftestl3.conf 58 pass stateful out final proto tcp flags S/SA all
59 pass stateful out final from $local_net
60 pass stateful in final to any port $ports
61 pass stateful in final proto icmp all
68 pass stateful out final to $local_ip2
npftest.conf 76 pass stateful out final proto tcp flags S/SA all
77 pass stateful out final from $local_net
78 pass stateful in final to any port $ports
79 pass stateful in final proto icmp all
87 pass stateful out final to $local_ip2
  /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;
  /src/tests/lib/libc/locale/
t_mbtowc.c 102 const char *legal, size_t stateful)
115 !stateful ? "in" : "");
119 ATF_REQUIRE(stateful ? ret : !ret);
134 if (stateful) {
t_wctomb.c 79 size_t stateful; member in struct:test
124 ATF_REQUIRE_EQ(t->stateful, !!ret);
  /src/etc/defaults/
npf.boot.conf 21 pass stateful out to any port domain
26 pass stateful out proto icmp icmp-type echo all
  /src/usr.sbin/npf/npfctl/
npf_scan.l 149 stateful return STATEFUL;
150 stateful-all return STATEFUL_ALL;
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
  /src/tests/net/if_ipsec/
t_ipsec_natt.sh 119 pass stateful out final all
  /src/tests/net/ipsec/
t_ipsec_natt.sh 152 pass stateful out final all

Completed in 16 milliseconds