Lines Matching defs:dptr
895 const u_char *dptr;
919 dptr = (const u_char *)op + length2;
923 dptr = dptr + GET_U_1(op->ospf_authdata + 3);
930 ND_PRINT("\n\t LLS: checksum: 0x%04x", (u_int) GET_BE_U_2(dptr));
932 dptr += 2;
933 length2 = GET_BE_U_2(dptr);
936 dptr += 2;
937 while (dptr < dataend) {
938 lls_type = GET_BE_U_2(dptr);
942 dptr += 2;
943 lls_len = GET_BE_U_2(dptr);
945 dptr += 2;
953 lls_flags = GET_BE_U_4(dptr);
964 ND_PRINT("\n\t Sequence number: 0x%08x", GET_BE_U_4(dptr));
968 dptr += lls_len;