Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-rsvp.c130 #define RSVP_OBJ_LABEL_REQ 19 /* rfc3209 */ macro
173 { RSVP_OBJ_LABEL_REQ, "Label Request" },
259 { 256*RSVP_OBJ_LABEL_REQ+RSVP_CTYPE_1, "without label range" },
260 { 256*RSVP_OBJ_LABEL_REQ+RSVP_CTYPE_2, "with ATM label range" },
261 { 256*RSVP_OBJ_LABEL_REQ+RSVP_CTYPE_3, "with FR label range" },
262 { 256*RSVP_OBJ_LABEL_REQ+RSVP_CTYPE_4, "Generalized Label" },
987 case RSVP_OBJ_LABEL_REQ: in rsvp_obj_print()