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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-ospf.c861 length2 = EXTRACT_16BITS(&op->ospf_len);
1087 TCHECK(op->ospf_len);
1088 if (length != EXTRACT_16BITS(&op->ospf_len)) {
1089 printf(" [len %d]", EXTRACT_16BITS(&op->ospf_len));
1092 if (length > EXTRACT_16BITS(&op->ospf_len)) {
1093 dataend = bp + EXTRACT_16BITS(&op->ospf_len);
1143 if (length > EXTRACT_16BITS(&op->ospf_len)) {
H A Dospf.h265 u_int16_t ospf_len; member in struct:ospfhdr

Completed in 85 milliseconds