Searched refs:tunnel (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/games/wump/
H A Dwump.c90 int tunnel[MAX_LINKS_IN_ROOM]; member in struct:room_record
279 cave[player_loc].tunnel[0]);
282 if (cave[player_loc].tunnel[i] <= room_num)
283 (void)printf("%d, ", cave[player_loc].tunnel[i]);
284 (void)printf("and %d.\n", cave[player_loc].tunnel[link_num - 1]);
335 cave[player_loc].tunnel[link_num-1] != next_room)
344 cave[player_loc].tunnel[link_num-1] != next_room) {
358 if (cave[player_loc].tunnel[i] == next_room)
419 * if any of the rooms they specify are not accessible via tunnel from
443 if (cave[arrow_location].tunnel[
[all...]
/netbsd-6-1-5-RELEASE/sbin/ifconfig/
H A DMakefile.inc20 SRCS+= tunnel.c
H A Dtunnel.c1 /* $NetBSD: tunnel.c,v 1.16 2008/07/15 21:27:58 dyoung Exp $ */
34 __RCSID("$NetBSD: tunnel.c,v 1.16 2008/07/15 21:27:58 dyoung Exp $");
79 , {.k_word = "tunnel", .k_nextparser = &tunsrc.pa_parser}
82 struct pkw tunnel = PKW_INITIALIZER(&tunnel, "tunnel", NULL, NULL, variable in typeref:struct:pkw
126 errx(EXIT_FAILURE, "tunnel src/dst is multicast");
197 "\t[ [ af ] tunnel src_addr dest_addr ] [ deletetunnel ]\n");
203 cmdloop_branch_init(&branch, &tunnel.pk_parser);
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/radius/
H A Dradius.c1212 * radius_msg_get_vlanid - Parse RADIUS attributes for VLAN tunnel information
1214 * Returns: VLAN ID for the first tunnel configuration of -1 if none is found
1218 struct radius_tunnel_attrs tunnel[RADIUS_TUNNEL_TAGS], *tun; local
1225 os_memset(&tunnel, 0, sizeof(tunnel));
1234 tun = &tunnel[0];
1236 tun = &tunnel[data[0]];
1267 tun = &tunnel[i];
/netbsd-6-1-5-RELEASE/sys/netinet6/
H A Dipsec.c1808 * and {ah,esp}4_input for tunnel mode
1858 * and {ah,esp}6_input for tunnel mode
1973 "unknown AF %d in IPsec tunnel SA\n",
2059 * encapsulate for ipsec tunnel.
2070 /* can't tunnel between different AFs */
2171 /* can't tunnel between different AFs */
2675 * build IPsec tunnel.
2714 /* adjust state->dst if tunnel endpoint is offlink */
2793 struct ipsec_output_state *state, int tunnel)
2801 if (!tunnel)
2792 ipsec6_checksa(struct ipsecrequest *isr, struct ipsec_output_state *state, int tunnel) argument
[all...]

Completed in 144 milliseconds