OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPLS_TTL
(Results
1 - 3
of
3
) sorted by null
/external/tcpdump/
mpls.h
41
#define
MPLS_TTL
(x) (((x) & TTL_MASK) >> TTL_SHIFT)
print-mpls.c
81
ND_PRINT((ndo, ", ttl %u)",
MPLS_TTL
(label_entry)));
print-icmp.c
665
ND_PRINT((ndo, ", ttl %u",
MPLS_TTL
(raw_label)));
Completed in 148 milliseconds