Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-rsvp.c137 #define RSVP_OBJ_LABEL 16 /* rfc3209 */ macro
181 { RSVP_OBJ_LABEL, "Label" },
273 { 256*RSVP_OBJ_LABEL+RSVP_CTYPE_1, "Label" },
274 { 256*RSVP_OBJ_LABEL+RSVP_CTYPE_2, "Generalized Label" },
275 { 256*RSVP_OBJ_LABEL+RSVP_CTYPE_3, "Waveband Switching" },
886 case RSVP_OBJ_LABEL: in rsvp_obj_print()