Searched refs:continue_flag (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospfd/
H A Dospf_flood.c626 int continue_flag = 0; local
641 continue_flag = 0;
643 continue_flag = 1; /* Skip this NSSA area for Type-5's et al */
648 continue_flag = 1; /* Skip this area. */
655 continue_flag = 1; /* skip Type-7 */
657 continue_flag = 0; /* Do this area. */
662 if (continue_flag)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospfd/
H A Dospf_flood.c626 int continue_flag = 0; local
641 continue_flag = 0;
643 continue_flag = 1; /* Skip this NSSA area for Type-5's et al */
648 continue_flag = 1; /* Skip this area. */
655 continue_flag = 1; /* skip Type-7 */
657 continue_flag = 0; /* Do this area. */
662 if (continue_flag)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospfd/
H A Dospf_flood.c626 int continue_flag = 0; local
641 continue_flag = 0;
643 continue_flag = 1; /* Skip this NSSA area for Type-5's et al */
648 continue_flag = 1; /* Skip this area. */
655 continue_flag = 1; /* skip Type-7 */
657 continue_flag = 0; /* Do this area. */
662 if (continue_flag)

Completed in 81 milliseconds