Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-rsvp.c134 #define RSVP_OBJ_LABEL_REQ 19 /* rfc3209 */ macro
176 { RSVP_OBJ_LABEL_REQ, "Label Request" },
252 { 256*RSVP_OBJ_LABEL_REQ+RSVP_CTYPE_1, "without label range" },
253 { 256*RSVP_OBJ_LABEL_REQ+RSVP_CTYPE_2, "with ATM label range" },
254 { 256*RSVP_OBJ_LABEL_REQ+RSVP_CTYPE_3, "with FR label range" },
255 { 256*RSVP_OBJ_LABEL_REQ+RSVP_CTYPE_4, "Generalized Label" },
899 case RSVP_OBJ_LABEL_REQ: in rsvp_obj_print()