Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-rsvp.c72 struct rsvp_object_header { struct
682 const struct rsvp_object_header *rsvp_obj_header; in rsvp_obj_print()
701 while(tlen>=sizeof(struct rsvp_object_header)) { in rsvp_obj_print()
703 ND_TCHECK_LEN(tptr, sizeof(struct rsvp_object_header)); in rsvp_obj_print()
705 rsvp_obj_header = (const struct rsvp_object_header *)tptr; in rsvp_obj_print()
713 if(rsvp_obj_len < sizeof(struct rsvp_object_header)) { in rsvp_obj_print()
715 sizeof(struct rsvp_object_header)); in rsvp_obj_print()
743 obj_tptr=tptr+sizeof(struct rsvp_object_header); in rsvp_obj_print()
744 obj_tlen=rsvp_obj_len-sizeof(struct rsvp_object_header); in rsvp_obj_print()
1898 …print_unknown_data(ndo, tptr + sizeof(struct rsvp_object_header), "\n\t ", /* FIXME indentation… in rsvp_obj_print()
[all …]