Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf.c857 length2 = EXTRACT_16BITS(&op->ospf_len); in ospf_decode_lls()
1083 TCHECK(op->ospf_len); in ospf_print()
1084 if (length != EXTRACT_16BITS(&op->ospf_len)) { in ospf_print()
1085 printf(" [len %d]", EXTRACT_16BITS(&op->ospf_len)); in ospf_print()
1088 if (length > EXTRACT_16BITS(&op->ospf_len)) { in ospf_print()
1089 dataend = bp + EXTRACT_16BITS(&op->ospf_len); in ospf_print()
1139 if (length > EXTRACT_16BITS(&op->ospf_len)) { in ospf_print()
Dospf.h265 u_int16_t ospf_len; member