Lines Matching refs:rsvp_object_header
75 struct rsvp_object_header { struct
619 const struct rsvp_object_header *rsvp_obj_header; in rsvp_obj_print()
636 while(tlen>=sizeof(struct rsvp_object_header)) { in rsvp_obj_print()
638 if (!TTEST2(*tptr, sizeof(struct rsvp_object_header))) in rsvp_obj_print()
641 rsvp_obj_header = (const struct rsvp_object_header *)tptr; in rsvp_obj_print()
649 if(rsvp_obj_len < sizeof(struct rsvp_object_header)) { in rsvp_obj_print()
651 (unsigned long)sizeof(const struct rsvp_object_header)); in rsvp_obj_print()
679 obj_tptr=tptr+sizeof(struct rsvp_object_header); in rsvp_obj_print()
680 obj_tlen=rsvp_obj_len-sizeof(struct rsvp_object_header); in rsvp_obj_print()
1637 …print_unknown_data(tptr+sizeof(sizeof(struct rsvp_object_header)),"\n\t ", /* FIXME indentation… in rsvp_obj_print()
1638 rsvp_obj_len-sizeof(struct rsvp_object_header)); in rsvp_obj_print()