Home
last modified time | relevance | path

Searched refs:inet4 (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/share/examples/npf/
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
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
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
/netbsd/src/tests/net/sys/
Dt_rfc6056.c120 ATF_TC(inet4);
121 ATF_TC_HEAD(inet4, tc) in ATF_TC_HEAD() argument
127 ATF_TC_BODY(inet4, tc) in ATF_TC_BODY() argument
148 ATF_TP_ADD_TC(tp, inet4); in ATF_TP_ADD_TCS()
/netbsd/src/crypto/dist/ipsec-tools/
Dacracoon.m4109 int passive, gaierr, inet4 = 0, inet6 = 0;
145 inet4++;
172 if (!(inet4 == 0 || inet4 == 2))
/netbsd/src/etc/defaults/
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/src/usr.sbin/npf/npfctl/
Dnpf_scan.l157 inet4 return INET4;
/netbsd/src/doc/
DTODO.npf94 for example: $ext_if = { inet4(wm0), inet6(wm0) }
104 pass in from all to { inet4(wm0), $some_var, 10.0.0.1, }