Home
last modified time | relevance | path

Searched refs:tunnel (Results 1 – 25 of 252) sorted by relevance

1234567891011

/netbsd-src/games/wump/
H A Dwump.c90 int tunnel[MAX_LINKS_IN_ROOM]; member
277 cave[player_loc].tunnel[0]); in display_room_stats()
280 if (cave[player_loc].tunnel[i] <= room_num) in display_room_stats()
281 (void)printf("%d, ", cave[player_loc].tunnel[i]); in display_room_stats()
282 (void)printf("and %d.\n", cave[player_loc].tunnel[link_num - 1]); in display_room_stats()
332 cave[player_loc].tunnel[link_num-1] != next_room) in move_to()
341 cave[player_loc].tunnel[link_num-1] != next_room) { in move_to()
355 if (cave[player_loc].tunnel[i] == next_room) in move_to()
439 if (cave[arrow_location].tunnel[j] == next) in shoot()
456 else if (cave[arrow_location].tunnel[lnk] > room_num) in shoot()
[all …]
H A Dwump.info30 like to move down a tunnel towards. Shooting is done similarly; indicate
36 the room it can't understand and randomly pick a tunnel to continue
/netbsd-src/crypto/dist/ipsec-tools/src/setkey/
H A Dsample.cf61 # Security protocol is old AH tunnel mode, i.e. RFC1826, with keyed-md5
72 ah/tunnel/172.16.0.1-172.16.0.2/require ;
74 ah/tunnel/172.16.0.2-172.16.0.1/require ;
84 # mode of security protocol. You can use this SAs for both tunnel and
87 # At Gateway-B. Attention to the selector and peer's IP address for tunnel.
89 ah/tunnel/172.16.0.2-172.16.0.1/require ;
91 ah/tunnel/172.16.0.1-172.16.0.2/require ;
93 -m tunnel
96 -m tunnel
99 # AH transport mode followed by ESP tunnel mode is required between
[all …]
/netbsd-src/tests/net/ipsec/
H A Dt_ipsec_gif.sh108 tunnel $ip_gwlo_tun $ip_gwre_tun
120 tunnel $ip_gwre_tun $ip_gwlo_tun
148 if [ $mode = tunnel ]; then
155 $proto/tunnel/$ip_gwlo_tun-$ip_gwre_tun/require;
157 $proto/tunnel/$ip_gwre_tun-$ip_gwlo_tun/require;
167 $proto/tunnel/$ip_gwre_tun-$ip_gwlo_tun/require;
169 $proto/tunnel/$ip_gwlo_tun-$ip_gwre_tun/require;
259 tunnel $ip_gwlo_tun $ip_gwre_tun
271 tunnel $ip_gwre_tun $ip_gwlo_tun
299 if [ $mode = tunnel ]; then
[all …]
H A Dt_ipsec_l2tp.sh106 tunnel $ip_gwlo_tun $ip_gwre_tun
119 tunnel $ip_gwre_tun $ip_gwlo_tun
145 if [ $mode = tunnel ]; then
152 $proto/tunnel/$ip_gwlo_tun-$ip_gwre_tun/require;
154 $proto/tunnel/$ip_gwre_tun-$ip_gwlo_tun/require;
164 $proto/tunnel/$ip_gwre_tun-$ip_gwlo_tun/require;
166 $proto/tunnel/$ip_gwlo_tun-$ip_gwre_tun/require;
248 tunnel $ip_gwlo_tun $ip_gwre_tun
261 tunnel $ip_gwre_tun $ip_gwlo_tun
287 if [ $mode = tunnel ]; then
[all …]
H A Dt_ipsec_tunnel.sh131 $proto/tunnel/$ip_gw_local_tunnel-$ip_gw_remote_tunnel/require;
133 $proto/tunnel/$ip_gw_remote_tunnel-$ip_gw_local_tunnel/require;
145 $proto/tunnel/$ip_gw_remote_tunnel-$ip_gw_local_tunnel/require;
147 $proto/tunnel/$ip_gw_local_tunnel-$ip_gw_remote_tunnel/require;
231 $proto/tunnel/$ip_gw_local_tunnel-$ip_gw_remote_tunnel/require;
233 $proto/tunnel/$ip_gw_remote_tunnel-$ip_gw_local_tunnel/require;
245 $proto/tunnel/$ip_gw_remote_tunnel-$ip_gw_local_tunnel/require;
247 $proto/tunnel/$ip_gw_local_tunnel-$ip_gw_remote_tunnel/require;
H A Dt_ipsec_tunnel_odd.sh137 $proto/tunnel/$ip6_gw_local_tunnel-$ip6_gw_remote_tunnel/require;
139 $proto/tunnel/$ip6_gw_remote_tunnel-$ip6_gw_local_tunnel/require;
151 $proto/tunnel/$ip6_gw_remote_tunnel-$ip6_gw_local_tunnel/require;
153 $proto/tunnel/$ip6_gw_local_tunnel-$ip6_gw_remote_tunnel/require;
243 $proto/tunnel/$ip4_gw_local_tunnel-$ip4_gw_remote_tunnel/require;
245 $proto/tunnel/$ip4_gw_remote_tunnel-$ip4_gw_local_tunnel/require;
257 $proto/tunnel/$ip4_gw_remote_tunnel-$ip4_gw_local_tunnel/require;
259 $proto/tunnel/$ip4_gw_local_tunnel-$ip4_gw_remote_tunnel/require;
H A Dt_ipsec_tunnel_ipcomp.sh165 ipcomp/tunnel/$ip_gw_local_tunnel-$ip_gw_remote_tunnel/require
168 ipcomp/tunnel/$ip_gw_remote_tunnel-$ip_gw_local_tunnel/require
183 ipcomp/tunnel/$ip_gw_remote_tunnel-$ip_gw_local_tunnel/require
186 ipcomp/tunnel/$ip_gw_local_tunnel-$ip_gw_remote_tunnel/require
291 ipcomp/tunnel/$ip_gw_local_tunnel-$ip_gw_remote_tunnel/require
294 ipcomp/tunnel/$ip_gw_remote_tunnel-$ip_gw_local_tunnel/require
309 ipcomp/tunnel/$ip_gw_remote_tunnel-$ip_gw_local_tunnel/require
312 ipcomp/tunnel/$ip_gw_local_tunnel-$ip_gw_remote_tunnel/require
H A Dt_ipsec_forwarding.sh87 …spdadd $subnet_src[$port_src] $subnet_dst[$port_dst] tcp -P out ipsec $proto/tunnel/$tunnel_src-$t…
88 …spdadd $subnet_dst[$port_dst] $subnet_src[$port_src] tcp -P in ipsec $proto/tunnel/$tunnel_dst-$tu…
96 …spdadd $subnet_dst[$port_dst] $subnet_src[$port_src] tcp -P out ipsec $proto/tunnel/$tunnel_dst-$t…
97 …spdadd $subnet_src[$port_src] $subnet_dst[$port_dst] tcp -P in ipsec $proto/tunnel/$tunnel_src-$tu…
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/samples/
H A Dracoon.conf.sample-natt31 # (i.e. the real data transported over the tunnel) would be
47 # esp/tunnel/172.16.0.1-172.16.1.1/require;
49 # esp/tunnel/172.16.1.1-172.16.0.1/require;
54 # esp/tunnel/172.16.1.1-172.16.1.3/require;
56 # esp/tunnel/172.16.1.3-172.16.1.1/require;
/netbsd-src/tests/net/if_gif/
H A Dt_gif.sh225 atf_check -s exit:0 rump.ifconfig gif0 tunnel ${src} ${dst}
339 atf_check -s exit:0 rump.ifconfig gif1 tunnel ${src} ${dst}
426 atf_check -s exit:0 rump.ifconfig ${gif} tunnel ${src} ${dst}
583 rump.ifconfig gif0 tunnel ${newsrc} ${newdst}
598 rump.ifconfig gif0 tunnel ${newsrc} ${newdst}
619 rump.ifconfig gif0 tunnel ${newsrc} ${newdst}
632 rump.ifconfig gif0 tunnel ${newsrc} ${newdst}
H A Dt_gif_unnumbered.sh95 rump.ifconfig gif0 tunnel $ip_local_o $ip_remote_o
107 rump.ifconfig gif0 tunnel $ip_remote_o $ip_local_o
161 rump.ifconfig gif0 tunnel $ip_local_o $ip_remote_o
173 rump.ifconfig gif0 tunnel $ip_remote_o $ip_local_o
/netbsd-src/sbin/ifconfig/
H A Dtunnel.c82 struct pkw tunnel = PKW_INITIALIZER(&tunnel, "tunnel", NULL, NULL, variable
198 cmdloop_branch_init(&branch, &tunnel.pk_parser); in tunnel_constructor()
/netbsd-src/tests/net/if_ipsec/
H A Dt_ipsec_unnumbered.sh131 rump.ifconfig ipsec0 tunnel $ip_local_o $ip_remote_o
144 rump.ifconfig ipsec0 tunnel $ip_remote_o $ip_local_o
204 rump.ifconfig ipsec0 tunnel $ip_local_o $ip_remote_o
216 rump.ifconfig ipsec0 tunnel $ip_remote_o $ip_local_o
H A Dt_ipsec.sh247 atf_check -s exit:0 rump.ifconfig ipsec0 tunnel ${src} ${dst}
430 atf_check -s exit:0 rump.ifconfig ipsec1 tunnel ${src} ${dst}
572 atf_check -s exit:0 rump.ifconfig ${ipsec} tunnel ${src} ${dst}
742 rump.ifconfig ipsec0 tunnel ${newsrc} ${newdst}
757 rump.ifconfig ipsec0 tunnel ${newsrc} ${newdst}
780 rump.ifconfig ipsec0 tunnel ${newsrc} ${newdst}
793 rump.ifconfig ipsec0 tunnel ${newsrc} ${newdst}
/netbsd-src/sys/arch/evbarm/conf/
H A DPOGO45 pseudo-device gre # generic L3 over IP tunnel
46 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933)
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/rfc/
H A Drfc3948.txt105 A client's needs should determine whether transport mode or tunnel
108 [RFC3193]. IPsec tunnel mode clients MUST support tunnel mode.
237 When a tunnel mode has been used to transmit packets (see [RFC3715],
405 affecting tunnel mode (see [RFC3715], section 2.1, case e).
648 is detected and may instead request a tunnel-mode SA. This may be a
650 initiator may choose to propose a tunnel SA initially. This is no
652 tunnel mode without NAT. If for some reason the responder prefers or
653 requires tunnel mode for NAT traversal, it must reject the quick mode
656 Generic choices for ESP tunnel mode:
663 address through its tunnel SA, with the responder using DHCP. The
[all …]
/netbsd-src/sys/arch/news68k/conf/
H A DNEWS1200127 pseudo-device tun # Network "tunnel" device
128 #pseudo-device gre # generic L3 over IP tunnel
131 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
H A DLIBERO151 #pseudo-device tun # Network "tunnel" device
152 #pseudo-device gre # generic L3 over IP tunnel
155 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
/netbsd-src/sys/arch/mipsco/conf/
H A DRC3230123 pseudo-device tun # Network "tunnel" device
124 #pseudo-device gre # generic L3 over IP tunnel
133 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
/netbsd-src/tests/net/if_wg/
H A DMakefile8 .for name in basic interoperability misc tunnel
/netbsd-src/sys/rump/net/lib/libtap/
H A DMakefile7 COMMENT=/dev/tap Ethernet tunnel software network interface
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Drk3288-veyron-chromebook.dtsi116 i2c_tunnel: i2c-tunnel {
117 compatible = "google,cros-ec-i2c-tunnel";
/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A DTODO121 - End-to-GW tunnel long lived security associations
125 - Client End-to-End through client-to-GW tunnel SA, initiate from
126 client for tunnel, then initiation both ways for end-to-end
/netbsd-src/sys/rump/net/lib/libgif/
H A DMakefile8 COMMENT= generic tunnel interface

1234567891011