Lines Matching defs:tptr
52 const u_char *tptr;
57 tptr = pptr;
59 if (!TTEST2(*tptr, DTP_HEADER_LEN))
63 (*tptr),
73 tptr += DTP_HEADER_LEN;
75 while (tptr < (pptr+length)) {
77 if (!TTEST2(*tptr, 4))
80 type = EXTRACT_16BITS(tptr);
81 len = EXTRACT_16BITS(tptr+2);
94 printf(", %s", tptr+4);
99 printf(", 0x%x", *(tptr+4));
103 printf(", %s", etheraddr_string(tptr+4));
109 tptr += len;