Searched refs:RSVP_CTYPE_1 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/tcpdump/ |
H A D | print-rsvp.c | 215 #define RSVP_CTYPE_1 1 macro 238 { 256*RSVP_OBJ_TIME_VALUES+RSVP_CTYPE_1, "1" }, 239 { 256*RSVP_OBJ_FLOWSPEC+RSVP_CTYPE_1, "obsolete" }, 260 { 256*RSVP_OBJ_MESSAGE_ID+RSVP_CTYPE_1, "1" }, 261 { 256*RSVP_OBJ_MESSAGE_ID_ACK+RSVP_CTYPE_1, "Message id ack" }, 263 { 256*RSVP_OBJ_MESSAGE_ID_LIST+RSVP_CTYPE_1, "1" }, 264 { 256*RSVP_OBJ_STYLE+RSVP_CTYPE_1, "1" }, 265 { 256*RSVP_OBJ_HELLO+RSVP_CTYPE_1, "Hello Request" }, 267 { 256*RSVP_OBJ_LABEL_REQ+RSVP_CTYPE_1, "without label range" }, 271 { 256*RSVP_OBJ_LABEL+RSVP_CTYPE_1, "Label" }, [all …]
|