OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mpls_labelname
(Results
1 - 1
of
1
) sorted by null
/external/tcpdump/
print-mpls.c
49
static const char *
mpls_labelname
[] = {
variable
77
MPLS_LABEL(label_entry) < sizeof(
mpls_labelname
) / sizeof(
mpls_labelname
[0]))
78
printf(" (%s)",
mpls_labelname
[MPLS_LABEL(label_entry)]);
Completed in 44 milliseconds