Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-ospf.c918 length2 = GET_BE_U_2(op->ospf_len); in ospf_decode_lls()
1117 if (length != GET_BE_U_2(op->ospf_len)) { in ospf_print()
1118 ND_PRINT(" [len %u]", GET_BE_U_2(op->ospf_len)); in ospf_print()
1121 if (length > GET_BE_U_2(op->ospf_len)) { in ospf_print()
1122 dataend = bp + GET_BE_U_2(op->ospf_len); in ospf_print()
1170 if (length > GET_BE_U_2(op->ospf_len)) in ospf_print()
H A Dospf.h266 nd_uint16_t ospf_len; member