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

  /src/share/examples/npf/
soho_gw-npf.conf 10 $ext_v4 = inet4($ext_if)
48 pass stateful in family inet4 proto tcp to $ext_v4 port ssh \
77 pass in family inet4 proto icmp icmp-type echo all
host-npf.conf 49 pass in family inet4 proto udp from any port bootps to any port bootpc
56 pass in family inet4 proto icmp icmp-type echo all
l2tp_gw-npf.conf 18 map $ext_if dynamic 192.0.2.0/24 -> inet4($ext_if)
62 pass in final proto esp from any to inet4($ext_if)
63 pass out final proto esp from inet4($ext_if) to any
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
103 #pass in final proto tcp to inet4($ext_if) port www
  /src/tests/net/sys/
t_rfc6056.c 120 ATF_TC(inet4);
121 ATF_TC_HEAD(inet4, tc)
127 ATF_TC_BODY(inet4, tc)
148 ATF_TP_ADD_TC(tp, inet4);
  /src/etc/defaults/
npf.boot.conf 29 pass out family inet4 proto udp from any port bootpc to any port bootps
30 pass in family inet4 proto udp from any port bootps to any port bootpc
  /src/usr.sbin/npf/npfctl/
npf_scan.l 157 inet4 return INET4;
  /src/tests/net/if_ipsec/
t_ipsec_natt.sh 114 \$int_if = inet4(shmif0)
115 \$ext_if = inet4(shmif1)
t_ipsec_pfil.sh 207 \$if = inet4(ipsec0)
  /src/tests/net/ipsec/
t_ipsec_natt.sh 147 \$int_if = inet4(shmif0)
148 \$ext_if = inet4(shmif1)

Completed in 20 milliseconds