OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPLS_EXP
(Results
1 - 3
of
3
) sorted by null
/external/tcpdump/
mpls.h
39
#define
MPLS_EXP
(x) (((x) & EXP_MASK) >> EXP_SHIFT)
print-mpls.c
83
ND_PRINT((ndo, ", exp %u",
MPLS_EXP
(label_entry)));
print-icmp.c
667
ND_PRINT((ndo, "\n\t label %u, exp %u", MPLS_LABEL(raw_label),
MPLS_EXP
(raw_label)));
Completed in 297 milliseconds