Home
last modified time | relevance | path

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

/src/contrib/tcpdump/
H A Dprint-rsvp.c70 struct rsvp_object_header { struct
680 const struct rsvp_object_header *rsvp_obj_header; in rsvp_obj_print()
699 while(tlen>=sizeof(struct rsvp_object_header)) { in rsvp_obj_print()
701 ND_TCHECK_LEN(tptr, sizeof(struct rsvp_object_header)); in rsvp_obj_print()
703 rsvp_obj_header = (const struct rsvp_object_header *)tptr; in rsvp_obj_print()
711 if(rsvp_obj_len < sizeof(struct rsvp_object_header)) { in rsvp_obj_print()
713 sizeof(struct rsvp_object_header)); in rsvp_obj_print()
741 obj_tptr=tptr+sizeof(struct rsvp_object_header); in rsvp_obj_print()
742 obj_tlen=rsvp_obj_len-sizeof(struct rsvp_object_header); in rsvp_obj_print()
1896 …print_unknown_data(ndo, tptr + sizeof(struct rsvp_object_header), "\n\t ", /* FIXME indentation… in rsvp_obj_print()
[all …]