Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ospf.c987 register uint32_t lsa_count,lsa_count_max; in ospf_decode_v2() local
1084 lsa_count_max = EXTRACT_32BITS(&op->ospf_lsu.lsu_count); in ospf_decode_v2()
1085 ND_PRINT((ndo, ", %d LSA%s", lsa_count_max, PLURAL_SUFFIX(lsa_count_max))); in ospf_decode_v2()
1086 for (lsa_count=1;lsa_count <= lsa_count_max;lsa_count++) { in ospf_decode_v2()