Searched refs:ref_bandwidth (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospfd.h166 u_int32_t ref_bandwidth; /* Reference Bandwidth (Kbps). */ member in struct:ospf
H A Dospf_vty.c2287 if ((refbw * 1000) == ospf_top->ref_bandwidth)
2290 ospf_top->ref_bandwidth = refbw * 1000;
2309 if (ospf_top->ref_bandwidth == OSPF_DEFAULT_REF_BANDWIDTH)
2312 ospf_top->ref_bandwidth = OSPF_DEFAULT_REF_BANDWIDTH;
7115 if (ospf_top->ref_bandwidth != OSPF_DEFAULT_REF_BANDWIDTH)
7117 ospf_top->ref_bandwidth / 1000, VTY_NEWLINE);
H A Dospf_interface.c62 refbw = ospf_top ? ospf_top->ref_bandwidth : OSPF_DEFAULT_REF_BANDWIDTH;
H A Dospfd.c208 new->ref_bandwidth = OSPF_DEFAULT_REF_BANDWIDTH;

Completed in 47 milliseconds