Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-rsvp.c124 #define RSVP_OBJ_RSVP_HOP 3 /* rfc2205, rfc3473 */ macro
168 { RSVP_OBJ_RSVP_HOP, "RSVP Hop" },
232 { 256*RSVP_OBJ_RSVP_HOP+RSVP_CTYPE_IPV4, "IPv4" },
233 { 256*RSVP_OBJ_RSVP_HOP+RSVP_CTYPE_IPV6, "IPv6" },
234 { 256*RSVP_OBJ_RSVP_HOP+RSVP_CTYPE_3, "IPv4 plus opt. TLVs" },
235 { 256*RSVP_OBJ_RSVP_HOP+RSVP_CTYPE_4, "IPv6 plus opt. TLVs" },
1375 case RSVP_OBJ_RSVP_HOP: in rsvp_obj_print()