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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_abr.h54 u_int32_t cost_config; member in struct:ospf_area_range
H A Dospf_abr.c64 range->cost_config = OSPF_AREA_RANGE_COST_UNSPEC;
251 if (range->cost_config != cost)
253 range->cost_config = cost;
445 if (range->cost_config != -1)
449 range->cost_config);
451 range->cost = range->cost_config;
H A Dospf_vty.c6849 if (range->cost_config != -1)
6850 vty_out (vty, " cost %d", range->cost_config);

Completed in 42 milliseconds