Searched refs:RSVP_CTYPE_2 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-rsvp.c | 216 #define RSVP_CTYPE_2 2 macro 240 { 256*RSVP_OBJ_FLOWSPEC+RSVP_CTYPE_2, "IntServ" }, 241 { 256*RSVP_OBJ_SENDER_TSPEC+RSVP_CTYPE_2, "IntServ" }, 242 { 256*RSVP_OBJ_ADSPEC+RSVP_CTYPE_2, "IntServ" }, 262 { 256*RSVP_OBJ_MESSAGE_ID_ACK+RSVP_CTYPE_2, "Message id nack" }, 266 { 256*RSVP_OBJ_HELLO+RSVP_CTYPE_2, "Hello Ack" }, 268 { 256*RSVP_OBJ_LABEL_REQ+RSVP_CTYPE_2, "with ATM label range" }, 272 { 256*RSVP_OBJ_LABEL+RSVP_CTYPE_2, "Generalized Label" }, 275 { 256*RSVP_OBJ_SUGGESTED_LABEL+RSVP_CTYPE_2, "Generalized Label" }, 278 { 256*RSVP_OBJ_UPSTREAM_LABEL+RSVP_CTYPE_2, "Generalized Label" }, [all …]
|