OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IFLA_IPTUN_ENCAP_DPORT
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/linux/
if_tunnel.h
84
IFLA_IPTUN_ENCAP_DPORT
,
/external/iproute2/include/linux/
if_tunnel.h
59
IFLA_IPTUN_ENCAP_DPORT
,
/external/kernel-headers/original/uapi/linux/
if_tunnel.h
59
IFLA_IPTUN_ENCAP_DPORT
,
/external/iproute2/ip/
link_iptnl.c
150
if (iptuninfo[
IFLA_IPTUN_ENCAP_DPORT
])
151
encapdport = rta_getattr_u16(iptuninfo[
IFLA_IPTUN_ENCAP_DPORT
]);
304
addattr16(n, 1024,
IFLA_IPTUN_ENCAP_DPORT
, htons(encapdport));
414
__u16 dport = rta_getattr_u16(tb[
IFLA_IPTUN_ENCAP_DPORT
]);
Completed in 40 milliseconds