Searched refs:rsvp_object_header (Results 1 – 1 of 1) sorted by relevance
71 struct rsvp_object_header { struct665 const struct rsvp_object_header *rsvp_obj_header; in rsvp_obj_print()682 while(tlen>=sizeof(struct rsvp_object_header)) { in rsvp_obj_print()684 ND_TCHECK2(*tptr, sizeof(struct rsvp_object_header)); in rsvp_obj_print()686 rsvp_obj_header = (const struct rsvp_object_header *)tptr; in rsvp_obj_print()694 if(rsvp_obj_len < sizeof(struct rsvp_object_header)) { in rsvp_obj_print()696 (unsigned long)sizeof(const struct rsvp_object_header))); in rsvp_obj_print()724 obj_tptr=tptr+sizeof(struct rsvp_object_header); in rsvp_obj_print()725 obj_tlen=rsvp_obj_len-sizeof(struct rsvp_object_header); in rsvp_obj_print()1830 …print_unknown_data(ndo, tptr + sizeof(struct rsvp_object_header), "\n\t ", /* FIXME indentation… in rsvp_obj_print()[all …]