OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFLA_IPTUN_ENCAP_TYPE
(Results
1 - 4
of
4
) sorted by null
/external/iproute2/ip/
link_iptnl.c
144
if (iptuninfo[
IFLA_IPTUN_ENCAP_TYPE
])
145
encaptype = rta_getattr_u16(iptuninfo[
IFLA_IPTUN_ENCAP_TYPE
]);
301
addattr16(n, 1024,
IFLA_IPTUN_ENCAP_TYPE
, encaptype);
409
if (tb[
IFLA_IPTUN_ENCAP_TYPE
] &&
410
*(__u16 *)RTA_DATA(tb[
IFLA_IPTUN_ENCAP_TYPE
]) != TUNNEL_ENCAP_NONE) {
411
__u16 type = rta_getattr_u16(tb[
IFLA_IPTUN_ENCAP_TYPE
]);
/bionic/libc/kernel/uapi/linux/
if_tunnel.h
80
IFLA_IPTUN_ENCAP_TYPE
,
/external/iproute2/include/linux/
if_tunnel.h
56
IFLA_IPTUN_ENCAP_TYPE
,
/external/kernel-headers/original/uapi/linux/
if_tunnel.h
56
IFLA_IPTUN_ENCAP_TYPE
,
Completed in 38 milliseconds