Lines Matching defs:tptr
45 dtp_print(netdissect_options *ndo, const u_char *tptr, u_int length)
54 GET_U_1(tptr),
64 tptr += DTP_HEADER_LEN;
74 type = GET_BE_U_2(tptr);
75 len = GET_BE_U_2(tptr + 2);
92 nd_printjnp(ndo, tptr+4, len-4);
99 ND_PRINT(", 0x%x", GET_U_1(tptr + 4));
105 ND_PRINT(", %s", GET_ETHERADDR_STRING(tptr+4));
109 ND_TCHECK_LEN(tptr, len);
112 tptr += len;
119 ND_TCHECK_LEN(tptr, length);