Searched refs:inet4 (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/share/examples/npf/
H A Dsoho_gw-npf.conf10 $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
H A Dhost-npf.conf49 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
H A Dl2tp_gw-npf.conf18 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
/netbsd-current/tests/net/sys/
H A Dt_rfc6056.c120 ATF_TC(inet4); variable
121 ATF_TC_HEAD(inet4, tc)
127 ATF_TC_BODY(inet4, tc)
148 ATF_TP_ADD_TC(tp, inet4);
/netbsd-current/etc/defaults/
H A Dnpf.boot.conf29 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
/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_scan.l157 inet4 return INET4;
/netbsd-current/tests/net/ipsec/
H A Dt_ipsec_natt.sh147 \$int_if = inet4(shmif0)
148 \$ext_if = inet4(shmif1)
/netbsd-current/tests/net/if_ipsec/
H A Dt_ipsec_natt.sh114 \$int_if = inet4(shmif0)
115 \$ext_if = inet4(shmif1)
H A Dt_ipsec_pfil.sh207 \$if = inet4(ipsec0)

Completed in 200 milliseconds