OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MPLS_STACK
(Results
1 - 3
of
3
) sorted by null
/external/tcpdump/
mpls.h
40
#define
MPLS_STACK
(x) (((x) & STACK_MASK) >> STACK_SHIFT)
print-mpls.c
88
if (
MPLS_STACK
(label_entry))
93
} while (!
MPLS_STACK
(label_entry));
print-icmp.c
667
if (
MPLS_STACK
(raw_label))
Completed in 885 milliseconds