Searched refs:retrans_count (Results 1 - 12 of 12) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospf6d/
H A Dospf6_lsa.h132 int retrans_count; member in struct:ospf6_lsa
H A Dospf6_flood.c179 lsa->retrans_count++;
195 /* Find the original LSA of which the retrans_count should be decremented */
200 orig->retrans_count--;
201 assert (orig->retrans_count >= 0);
H A Dospf6_lsdb.c461 if (lsa->retrans_count != 0)
H A Dospf6_lsa.c495 vty_out (vty, "ReTx Count: %d%s", lsa->retrans_count, VNL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospf6d/
H A Dospf6_lsa.h132 int retrans_count; member in struct:ospf6_lsa
H A Dospf6_flood.c179 lsa->retrans_count++;
195 /* Find the original LSA of which the retrans_count should be decremented */
200 orig->retrans_count--;
201 assert (orig->retrans_count >= 0);
H A Dospf6_lsdb.c461 if (lsa->retrans_count != 0)
H A Dospf6_lsa.c495 vty_out (vty, "ReTx Count: %d%s", lsa->retrans_count, VNL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospf6d/
H A Dospf6_lsa.h132 int retrans_count; member in struct:ospf6_lsa
H A Dospf6_flood.c179 lsa->retrans_count++;
195 /* Find the original LSA of which the retrans_count should be decremented */
200 orig->retrans_count--;
201 assert (orig->retrans_count >= 0);
H A Dospf6_lsdb.c461 if (lsa->retrans_count != 0)
H A Dospf6_lsa.c495 vty_out (vty, "ReTx Count: %d%s", lsa->retrans_count, VNL);

Completed in 203 milliseconds