Lines Matching refs:EXTRACT_32BITS
397 EXTRACT_32BITS(&lshp->ls_seq), in ospf6_print_lshdr()
497 EXTRACT_32BITS(&lsap->lsa_un.un_rla.rla_options)))); in ospf6_print_lsa()
551 EXTRACT_32BITS(&lsap->lsa_un.un_nla.nla_options)))); in ospf6_print_lsa()
571 EXTRACT_32BITS(&lsap->lsa_un.un_inter_ap.inter_ap_metric) & SLA_MASK_METRIC)); in ospf6_print_lsa()
588 flags32 = EXTRACT_32BITS(&lsap->lsa_un.un_asla.asla_metric); in ospf6_print_lsa()
592 EXTRACT_32BITS(&lsap->lsa_un.un_asla.asla_metric) & in ospf6_print_lsa()
646 EXTRACT_32BITS(&llsap->llsa_options)))); in ospf6_print_lsa()
652 prefixes = EXTRACT_32BITS(&llsap->llsa_nprefix); in ospf6_print_lsa()
742 EXTRACT_32BITS(&hellop->hello_options)))); in ospf6_decode_v3()
752 if (EXTRACT_32BITS(&hellop->hello_dr) != 0) in ospf6_decode_v3()
756 if (EXTRACT_32BITS(&hellop->hello_bdr) != 0) in ospf6_decode_v3()
777 EXTRACT_32BITS(&ddp->db_options)))); in ospf6_decode_v3()
785 EXTRACT_32BITS(&ddp->db_seq))); in ospf6_decode_v3()
816 i = EXTRACT_32BITS(&lsup->lsu_count); in ospf6_decode_v3()
907 ND_PRINT((ndo, ", CSN 0x%08x", EXTRACT_32BITS(cp))); in ospf6_decode_at()
911 ND_PRINT((ndo, ":%08x", EXTRACT_32BITS(cp))); in ospf6_decode_at()
939 if (EXTRACT_32BITS(&hellop->hello_options) & OSPF6_OPTION_L) in ospf6_decode_v3_trailer()
944 if (EXTRACT_32BITS(&ddp->db_options) & OSPF6_OPTION_L) in ospf6_decode_v3_trailer()
992 if (EXTRACT_32BITS(&op->ospf6_areaid) != 0) in ospf6_print()