Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-rsvp.c127 #define RSVP_OBJ_LABEL_REQ 19 /* rfc3209 */ macro
170 { RSVP_OBJ_LABEL_REQ, "Label Request" },
256 { 256*RSVP_OBJ_LABEL_REQ+RSVP_CTYPE_1, "without label range" },
257 { 256*RSVP_OBJ_LABEL_REQ+RSVP_CTYPE_2, "with ATM label range" },
258 { 256*RSVP_OBJ_LABEL_REQ+RSVP_CTYPE_3, "with FR label range" },
259 { 256*RSVP_OBJ_LABEL_REQ+RSVP_CTYPE_4, "Generalized Label" },
972 case RSVP_OBJ_LABEL_REQ: in rsvp_obj_print()