Searched refs:ospf_len (Results 1 – 2 of 2) sorted by relevance
847 length2 = EXTRACT_16BITS(&op->ospf_len); in ospf_decode_lls()1071 ND_TCHECK(op->ospf_len); in ospf_print()1072 if (length != EXTRACT_16BITS(&op->ospf_len)) { in ospf_print()1073 ND_PRINT((ndo, " [len %d]", EXTRACT_16BITS(&op->ospf_len))); in ospf_print()1076 if (length > EXTRACT_16BITS(&op->ospf_len)) { in ospf_print()1077 dataend = bp + EXTRACT_16BITS(&op->ospf_len); in ospf_print()1127 if (length > EXTRACT_16BITS(&op->ospf_len)) { in ospf_print()
266 uint16_t ospf_len; member