HomeSort by relevance Sort by last modified time
    Searched refs:obj_tptr (Results 1 - 3 of 3) sorted by null

  /external/tcpdump/
print-rsvp.c 643 const u_char *obj_tptr; local
701 obj_tptr=tptr+sizeof(struct rsvp_object_header);
717 ipaddr_string(ndo, obj_tptr),
718 *(obj_tptr + sizeof(struct in_addr))));
721 *(obj_tptr+5),
722 EXTRACT_16BITS(obj_tptr + 6)));
724 obj_tptr+=8;
732 ip6addr_string(ndo, obj_tptr),
733 *(obj_tptr + sizeof(struct in6_addr))));
736 *(obj_tptr+sizeof(struct in6_addr)+1)
    [all...]
print-lmp.c 361 const u_char *tptr,*obj_tptr; local
430 obj_tptr=tptr+sizeof(struct lmp_object_header);
444 EXTRACT_32BITS(obj_tptr),
445 EXTRACT_32BITS(obj_tptr)));
459 ipaddr_string(ndo, obj_tptr),
460 EXTRACT_32BITS(obj_tptr)));
466 ip6addr_string(ndo, obj_tptr),
467 EXTRACT_32BITS(obj_tptr)));
473 EXTRACT_32BITS(obj_tptr),
474 EXTRACT_32BITS(obj_tptr)));
    [all...]
print-icmp.c 339 const uint8_t *obj_tptr; local
630 obj_tptr = (uint8_t *)ext_dp->icmp_ext_data;
634 icmp_mpls_ext_object_header = (struct icmp_mpls_ext_object_header_t *)obj_tptr;
639 obj_tptr += sizeof(struct icmp_mpls_ext_object_header_t);
660 ND_TCHECK2(*obj_tptr, 4);
661 raw_label = EXTRACT_32BITS(obj_tptr);
668 print_unknown_data(ndo, obj_tptr, "\n\t ", obj_tlen);
678 print_unknown_data(ndo, obj_tptr, "\n\t ", obj_tlen);
684 obj_tptr += obj_tlen;

Completed in 121 milliseconds