Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-rsvp.c120 #define RSVP_OBJ_RSVP_HOP 3 /* rfc2205, rfc3473 */ macro
162 { RSVP_OBJ_RSVP_HOP, "RSVP Hop" },
221 { 256*RSVP_OBJ_RSVP_HOP+RSVP_CTYPE_IPV4, "IPv4" },
222 { 256*RSVP_OBJ_RSVP_HOP+RSVP_CTYPE_IPV6, "IPv6" },
223 { 256*RSVP_OBJ_RSVP_HOP+RSVP_CTYPE_3, "IPv4 plus opt. TLVs" },
224 { 256*RSVP_OBJ_RSVP_HOP+RSVP_CTYPE_4, "IPv6 plus opt. TLVs" },
1174 case RSVP_OBJ_RSVP_HOP: in rsvp_obj_print()