Home
last modified time | relevance | path

Searched refs:ospf_len (Results 1 – 2 of 2) sorted by relevance

/external/tcpdump/
Dprint-ospf.c914 length2 = EXTRACT_16BITS(&op->ospf_len); in ospf_decode_lls()
1139 ND_TCHECK(op->ospf_len); in ospf_print()
1140 if (length != EXTRACT_16BITS(&op->ospf_len)) { in ospf_print()
1141 ND_PRINT((ndo, " [len %d]", EXTRACT_16BITS(&op->ospf_len))); in ospf_print()
1144 if (length > EXTRACT_16BITS(&op->ospf_len)) { in ospf_print()
1145 dataend = bp + EXTRACT_16BITS(&op->ospf_len); in ospf_print()
1195 if (length > EXTRACT_16BITS(&op->ospf_len)) { in ospf_print()
Dospf.h266 uint16_t ospf_len; member