OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2TP_ATTR_UDP_SPORT
(Results
1 - 11
of
11
) sorted by null
/bionic/libc/kernel/uapi/linux/
l2tp.h
100
L2TP_ATTR_UDP_SPORT
,
/development/ndk/platforms/android-L/include/linux/
l2tp.h
100
L2TP_ATTR_UDP_SPORT
,
/external/iproute2/include/linux/
l2tp.h
102
L2TP_ATTR_UDP_SPORT
, /* u16 */
/prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
l2tp.h
100
L2TP_ATTR_UDP_SPORT
,
/prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
l2tp.h
100
L2TP_ATTR_UDP_SPORT
,
/prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
l2tp.h
100
L2TP_ATTR_UDP_SPORT
,
/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
l2tp.h
100
L2TP_ATTR_UDP_SPORT
,
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
l2tp.h
100
L2TP_ATTR_UDP_SPORT
,
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
l2tp.h
100
L2TP_ATTR_UDP_SPORT
,
/external/kernel-headers/original/uapi/linux/
l2tp.h
120
L2TP_ATTR_UDP_SPORT
, /* u16 */
/external/iproute2/ip/
ipl2tp.c
116
addattr16(&req.n, 1024,
L2TP_ATTR_UDP_SPORT
, p->local_udp_port);
322
if (attrs[
L2TP_ATTR_UDP_SPORT
])
323
p->local_udp_port = rta_getattr_u16(attrs[
L2TP_ATTR_UDP_SPORT
]);
Completed in 34 milliseconds