OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:L2TP_AVP_HDR_LEN_MASK
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
l2tp.h
38
#define
L2TP_AVP_HDR_LEN_MASK
0x03ff /* Length Mask */
print-l2tp.c
467
len = EXTRACT_16BITS(ptr) &
L2TP_AVP_HDR_LEN_MASK
;
Completed in 30 milliseconds