Lines Matching defs:tptr
430 const u_char *tptr,*obj_tptr;
441 tptr=pptr;
481 tptr+=sizeof(const struct lmp_common_header);
486 ND_TCHECK2(*tptr, sizeof(struct lmp_object_header));
488 lmp_obj_header = (const struct lmp_object_header *)tptr;
513 obj_tptr=tptr+sizeof(struct lmp_object_header);
517 ND_TCHECK2(*tptr, lmp_obj_len);
1124 print_unknown_data(ndo,tptr+sizeof(struct lmp_object_header),"\n\t ",
1127 tptr+=lmp_obj_len;