OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFLA_GRE_IKEY
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/include/linux/
if_tunnel.h
67
IFLA_GRE_IKEY
,
/external/iproute2/ip/
link_gre.c
100
if (greinfo[
IFLA_GRE_IKEY
])
101
ikey = rta_getattr_u32(greinfo[
IFLA_GRE_IKEY
]);
254
addattr32(n, 1024,
IFLA_GRE_IKEY
, ikey);
334
if ((iflags & GRE_KEY) && tb[
IFLA_GRE_IKEY
]) {
335
inet_ntop(AF_INET, RTA_DATA(tb[
IFLA_GRE_IKEY
]), s2, sizeof(s2));
Completed in 271 milliseconds