Lines Matching refs:ddp
772 register const struct dd6 *ddp = (const struct dd6 *)((const uint8_t *)op + OSPF6HDR_LEN); in ospf6_decode_v3() local
774 ND_TCHECK(ddp->db_options); in ospf6_decode_v3()
777 EXTRACT_32BITS(&ddp->db_options)))); in ospf6_decode_v3()
778 ND_TCHECK(ddp->db_flags); in ospf6_decode_v3()
780 bittok2str(ospf6_dd_flag_values,"none",ddp->db_flags))); in ospf6_decode_v3()
782 ND_TCHECK(ddp->db_seq); in ospf6_decode_v3()
784 EXTRACT_16BITS(&ddp->db_mtu), in ospf6_decode_v3()
785 EXTRACT_32BITS(&ddp->db_seq))); in ospf6_decode_v3()
788 lshp = ddp->db_lshdr; in ospf6_decode_v3()
942 const struct dd6 *ddp = (const struct dd6 *)((const uint8_t *)op + OSPF6HDR_LEN); in ospf6_decode_v3_trailer() local
943 ND_TCHECK(ddp->db_options); in ospf6_decode_v3_trailer()
944 if (EXTRACT_32BITS(&ddp->db_options) & OSPF6_OPTION_L) in ospf6_decode_v3_trailer()