OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:label_entry
(Results
1 - 1
of
1
) sorted by null
/external/tcpdump/
print-mpls.c
64
u_int32_t
label_entry
;
local
70
TCHECK2(*p, sizeof(
label_entry
));
71
label_entry
= EXTRACT_32BITS(p);
74
MPLS_LABEL(
label_entry
));
77
MPLS_LABEL(
label_entry
) < sizeof(mpls_labelname) / sizeof(mpls_labelname[0]))
78
printf(" (%s)", mpls_labelname[MPLS_LABEL(
label_entry
)]);
79
printf(", exp %u", MPLS_EXP(
label_entry
));
80
if (MPLS_STACK(
label_entry
))
82
printf(", ttl %u)", MPLS_TTL(
label_entry
));
84
p += sizeof(
label_entry
);
[
all
...]
Completed in 21 milliseconds