/src/sbin/ifconfig/ |
tunnel.c | 1 /* $NetBSD: tunnel.c,v 1.22 2020/06/07 06:02:58 thorpej Exp $ */ 34 __RCSID("$NetBSD: tunnel.c,v 1.22 2020/06/07 06:02:58 thorpej 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"); 192 "\t[ [ af ] tunnel src_addr dest_addr ] [ deletetunnel ]\n"); 198 cmdloop_branch_init(&branch, &tunnel.pk_parser);
|
/src/games/wump/ |
wump.c | 90 int tunnel[MAX_LINKS_IN_ROOM]; member in struct:room_record 277 cave[player_loc].tunnel[0]); 280 if (cave[player_loc].tunnel[i] <= room_num) 281 (void)printf("%d, ", cave[player_loc].tunnel[i]); 282 (void)printf("and %d.\n", cave[player_loc].tunnel[link_num - 1]); 332 cave[player_loc].tunnel[link_num-1] != next_room) 341 cave[player_loc].tunnel[link_num-1] != next_room) { 355 if (cave[player_loc].tunnel[i] == next_room) 415 * if any of the rooms they specify are not accessible via tunnel from 439 if (cave[arrow_location].tunnel[j] == next [all...] |
/src/sys/dev/pci/ixgbe/ |
ixgbe_82599.c | 1556 * Note that the tunnel bit in input must not be set when the hardware 1566 bool tunnel; local in function:ixgbe_fdir_add_signature_filter_82599 1576 tunnel = !!(input.formatted.flow_type & IXGBE_ATR_L4TYPE_TUNNEL_MASK); 1597 if (tunnel) 1834 /* Mask tunnel type, fall through */ 1839 DEBUGOUT(" Error on tunnel type byte mask\n"); 1846 * L3/L3 packets to tunnel.
|