Home
last modified time | relevance | path

Searched refs:RSVP_OBJ_UPSTREAM_LABEL (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-rsvp.c146 #define RSVP_OBJ_UPSTREAM_LABEL 35 /* rfc3473 */ macro
190 { RSVP_OBJ_UPSTREAM_LABEL, "Upstream Label" },
279 { 256*RSVP_OBJ_UPSTREAM_LABEL+RSVP_CTYPE_1, "Label" },
280 { 256*RSVP_OBJ_UPSTREAM_LABEL+RSVP_CTYPE_2, "Generalized Label" },
281 { 256*RSVP_OBJ_UPSTREAM_LABEL+RSVP_CTYPE_3, "Waveband Switching" },
884 case RSVP_OBJ_UPSTREAM_LABEL: /* fall through */ in rsvp_obj_print()