Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-rsvp.c138 #define RSVP_OBJ_LABEL_REQ 19 /* rfc3209 */ macro
182 { RSVP_OBJ_LABEL_REQ, "Label Request" },
269 { 256*RSVP_OBJ_LABEL_REQ+RSVP_CTYPE_1, "without label range" },
270 { 256*RSVP_OBJ_LABEL_REQ+RSVP_CTYPE_2, "with ATM label range" },
271 { 256*RSVP_OBJ_LABEL_REQ+RSVP_CTYPE_3, "with FR label range" },
272 { 256*RSVP_OBJ_LABEL_REQ+RSVP_CTYPE_4, "Generalized Label" },
1005 case RSVP_OBJ_LABEL_REQ: in rsvp_obj_print()