OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2TP_ATTR_MTU
(Results
1 - 4
of
4
) sorted by null
/bionic/libc/kernel/uapi/linux/
l2tp.h
84
L2TP_ATTR_MTU
,
/external/iproute2/include/uapi/linux/
l2tp.h
122
L2TP_ATTR_MTU
, /* u16 */
/external/kernel-headers/original/uapi/linux/
l2tp.h
122
L2TP_ATTR_MTU
, /* u16 (not used) */
/external/iproute2/ip/
ipl2tp.c
165
addattr16(&req.n, 1024,
L2TP_ATTR_MTU
, p->mtu);
383
if (attrs[
L2TP_ATTR_MTU
])
384
p->mtu = rta_getattr_u16(attrs[
L2TP_ATTR_MTU
]);
Completed in 52 milliseconds