Lines Matching defs:tptr
103 const u_char *tptr, u_int length)
111 ver = UDLD_EXTRACT_VERSION(GET_U_1(tptr));
112 code = UDLD_EXTRACT_OPCODE(GET_U_1(tptr));
113 tptr += 1;
116 flags = GET_U_1(tptr);
117 tptr += 1;
135 ND_PRINT("\n\tChecksum 0x%04x (unverified)", GET_BE_U_2(tptr));
136 tptr += 2;
145 type = GET_BE_U_2(tptr);
146 tptr += 2;
149 len = GET_BE_U_2(tptr);
150 tptr += 2;
170 nd_printjnp(ndo, tptr, len);
175 (void)nd_printn(ndo, tptr, len, NULL);
182 ND_PRINT(", %us", (GET_U_1(tptr)));
188 ND_PRINT(", %u", GET_BE_U_4(tptr));
192 ND_TCHECK_LEN(tptr, len);
195 tptr += len;
204 ND_TCHECK_LEN(tptr, length);