OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tunnel
(Results
1 - 4
of
4
) sorted by relevancy
/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
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
.
/src/external/bsd/wpa/dist/src/radius/
radius.c
223
{ RADIUS_ATTR_TUNNEL_TYPE, "
Tunnel
-Type", RADIUS_ATTR_HEXDUMP },
224
{ RADIUS_ATTR_TUNNEL_MEDIUM_TYPE, "
Tunnel
-Medium-Type",
226
{ RADIUS_ATTR_TUNNEL_PASSWORD, "
Tunnel
-Password",
232
{ RADIUS_ATTR_TUNNEL_PRIVATE_GROUP_ID, "
Tunnel
-Private-Group-Id",
1603
int type; /*
Tunnel
-Type */
1604
int medium_type; /*
Tunnel
-Medium-Type */
1620
* radius_msg_get_vlanid - Parse RADIUS attributes for VLAN
tunnel
information
1634
struct radius_tunnel_attrs
tunnel
[RADIUS_TUNNEL_TAGS], *tun;
local
1642
os_memset(&
tunnel
, 0, sizeof(
tunnel
));
[
all
...]
Completed in 20 milliseconds
Indexes created Tue Jun 23 00:25:03 UTC 2026