Lines Matching refs:EXTRACT_16BITS
397 EXTRACT_16BITS(&lshp->ls_age),
398 EXTRACT_16BITS(&lshp->ls_length)-(u_int)sizeof(struct lsa6_hdr)));
400 ospf6_print_ls_type(ndo, EXTRACT_16BITS(&lshp->ls_type), &lshp->ls_stateid);
437 ND_PRINT((ndo, ", metric %u", EXTRACT_16BITS(&lsapp->lsa_p_metric)));
475 length = EXTRACT_16BITS(&lsap->ls_hdr.ls_length);
488 switch (EXTRACT_16BITS(&lsap->ls_hdr.ls_type)) {
538 ND_PRINT((ndo, ", metric %d", EXTRACT_16BITS(&rlp->link_metric)));
674 EXTRACT_16BITS(&lsap->lsa_un.un_intra_ap.intra_ap_lstype),
681 prefixes = EXTRACT_16BITS(&lsap->lsa_un.un_intra_ap.intra_ap_nprefix);
743 EXTRACT_16BITS(&hellop->hello_helloint),
744 EXTRACT_16BITS(&hellop->hello_deadint),
781 EXTRACT_16BITS(&ddp->db_mtu),
801 ospf6_print_ls_type(ndo, EXTRACT_16BITS(&lsrp->ls_type),
819 EXTRACT_16BITS(&lsap->ls_hdr.ls_length));
855 ND_PRINT((ndo, "\n\tLLS Checksum 0x%04x", EXTRACT_16BITS(cp)));
859 llsdatalen = EXTRACT_16BITS(cp);
886 ND_PRINT((ndo, "\n\tAuthentication Type %s", tok2str(ospf6_auth_type_str, "unknown (0x%04x)", EXTRACT_16BITS(cp))));
890 authdatalen = EXTRACT_16BITS(cp);
900 ND_PRINT((ndo, ", SAID %u", EXTRACT_16BITS(cp)));
976 datalen = EXTRACT_16BITS(&op->ospf6_len);