Searched refs:inet4 (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/share/examples/npf/ |
| D | 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
|
| D | 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
|
| D | 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
|
| /netbsd/src/tests/net/sys/ |
| D | t_rfc6056.c | 120 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/ |
| D | acracoon.m4 | 109 int passive, gaierr, inet4 = 0, inet6 = 0; 145 inet4++; 172 if (!(inet4 == 0 || inet4 == 2))
|
| /netbsd/src/etc/defaults/ |
| D | 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
|
| /netbsd/src/usr.sbin/npf/npfctl/ |
| D | npf_scan.l | 157 inet4 return INET4;
|
| /netbsd/src/doc/ |
| D | TODO.npf | 94 for example: $ext_if = { inet4(wm0), inet6(wm0) } 104 pass in from all to { inet4(wm0), $some_var, 10.0.0.1, }
|