Lines Matching refs:EXTRACT_16BITS
195 tlv_type = EXTRACT_16BITS(tptr);
196 tlv_length = EXTRACT_16BITS(tptr+2);
282 tlv_type = EXTRACT_16BITS(tptr);
283 tlv_length = EXTRACT_16BITS(tptr+2);
312 subtlv_type = EXTRACT_16BITS(tptr);
313 subtlv_length = EXTRACT_16BITS(tptr+2);
457 ls_length = EXTRACT_16BITS(&lshp->ls_length);
468 EXTRACT_16BITS(&lshp->ls_age),
536 EXTRACT_16BITS(&tos->metrics.tos_metric)));
577 j = EXTRACT_16BITS(&lsap->lsa_un.un_rla.rla_count);
745 tlv_type = EXTRACT_16BITS(tptr);
746 tlv_length = EXTRACT_16BITS(tptr+2);
847 length2 = EXTRACT_16BITS(&op->ospf_len);
851 if (EXTRACT_16BITS(&op->ospf_authtype) == OSPF_AUTH_MD5) {
860 ND_PRINT((ndo, "\n\t LLS: checksum: 0x%04x", (u_int)EXTRACT_16BITS(dptr)));
864 length2 = EXTRACT_16BITS(dptr);
871 lls_type = EXTRACT_16BITS(dptr);
877 lls_len = EXTRACT_16BITS(dptr);
937 EXTRACT_16BITS(&op->ospf_hello.hello_helloint),
971 ND_PRINT((ndo, ", MTU: %u", EXTRACT_16BITS(&op->ospf_db.db_ifmtu)));
1054 if (EXTRACT_16BITS(&op->ospf_authtype) == OSPF_AUTH_MD5) {
1072 if (length != EXTRACT_16BITS(&op->ospf_len)) {
1073 ND_PRINT((ndo, " [len %d]", EXTRACT_16BITS(&op->ospf_len)));
1076 if (length > EXTRACT_16BITS(&op->ospf_len)) {
1077 dataend = bp + EXTRACT_16BITS(&op->ospf_len);
1096 tok2str(ospf_authtype_values, "unknown", EXTRACT_16BITS(&op->ospf_authtype)),
1097 EXTRACT_16BITS(&op->ospf_authtype)));
1099 switch (EXTRACT_16BITS(&op->ospf_authtype)) {
1127 if (length > EXTRACT_16BITS(&op->ospf_len)) {