Searched refs:obj_tptr (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-rsvp.c651 const u_char *obj_tptr; local
710 obj_tptr=tptr+sizeof(struct rsvp_object_header);
726 ipaddr_string(obj_tptr),
727 *(obj_tptr+sizeof(struct in_addr)));
730 *(obj_tptr+5),
731 EXTRACT_16BITS(obj_tptr+6));
733 obj_tptr+=8;
741 ip6addr_string(obj_tptr),
742 *(obj_tptr+sizeof(struct in6_addr)));
745 *(obj_tptr
[all...]
H A Dprint-lmp.c368 const u_char *tptr,*obj_tptr; local
438 obj_tptr=tptr+sizeof(struct lmp_object_header);
453 EXTRACT_32BITS(obj_tptr),
454 EXTRACT_32BITS(obj_tptr));
468 ipaddr_string(obj_tptr),
469 EXTRACT_32BITS(obj_tptr));
475 ip6addr_string(obj_tptr),
476 EXTRACT_32BITS(obj_tptr));
482 EXTRACT_32BITS(obj_tptr),
483 EXTRACT_32BITS(obj_tptr));
[all...]
H A Dprint-icmp.c343 const u_int8_t *obj_tptr; local
634 obj_tptr = (u_int8_t *)ext_dp->icmp_ext_data;
638 icmp_mpls_ext_object_header = (struct icmp_mpls_ext_object_header_t *)obj_tptr;
643 obj_tptr += sizeof(struct icmp_mpls_ext_object_header_t);
664 TCHECK2(*obj_tptr, 4);
665 raw_label = EXTRACT_32BITS(obj_tptr);
672 print_unknown_data(obj_tptr, "\n\t ", obj_tlen);
682 print_unknown_data(obj_tptr, "\n\t ", obj_tlen);
688 obj_tptr += obj_tlen;

Completed in 42 milliseconds