Lines Matching refs:dptr
891 const u_char *dptr; in ospf_decode_lls() local
915 dptr = (const u_char *)op + length2; in ospf_decode_lls()
919 dptr = dptr + GET_U_1(op->ospf_authdata + 3); in ospf_decode_lls()
926 ND_PRINT("\n\t LLS: checksum: 0x%04x", (u_int) GET_BE_U_2(dptr)); in ospf_decode_lls()
928 dptr += 2; in ospf_decode_lls()
929 length2 = GET_BE_U_2(dptr); in ospf_decode_lls()
932 dptr += 2; in ospf_decode_lls()
933 while (dptr < dataend) { in ospf_decode_lls()
934 lls_type = GET_BE_U_2(dptr); in ospf_decode_lls()
938 dptr += 2; in ospf_decode_lls()
939 lls_len = GET_BE_U_2(dptr); in ospf_decode_lls()
941 dptr += 2; in ospf_decode_lls()
949 lls_flags = GET_BE_U_4(dptr); in ospf_decode_lls()
960 ND_PRINT("\n\t Sequence number: 0x%08x", GET_BE_U_4(dptr)); in ospf_decode_lls()
964 dptr += lls_len; in ospf_decode_lls()