Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/tcpdump/dist/
Dprint-rsvp.c75 struct rsvp_object_header { struct
685 const struct rsvp_object_header *rsvp_obj_header; in rsvp_obj_print()
704 while(tlen>=sizeof(struct rsvp_object_header)) { in rsvp_obj_print()
706 ND_TCHECK_LEN(tptr, sizeof(struct rsvp_object_header)); in rsvp_obj_print()
708 rsvp_obj_header = (const struct rsvp_object_header *)tptr; in rsvp_obj_print()
716 if(rsvp_obj_len < sizeof(struct rsvp_object_header)) { in rsvp_obj_print()
718 sizeof(struct rsvp_object_header)); in rsvp_obj_print()
746 obj_tptr=tptr+sizeof(struct rsvp_object_header); in rsvp_obj_print()
747 obj_tlen=rsvp_obj_len-sizeof(struct rsvp_object_header); in rsvp_obj_print()
1901 …print_unknown_data(ndo, tptr + sizeof(struct rsvp_object_header), "\n\t ", /* FIXME indentation… in rsvp_obj_print()
[all …]