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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospfd.c107 if (ospf_top->router_id_static.s_addr != 0)
108 router_id = ospf_top->router_id_static;
182 new->router_id_static.s_addr = htonl (0);
245 if (ospf_top->router_id_static.s_addr == 0)
681 if (ospf->router_id_static.s_addr == 0)
818 if (ospf_top->router_id_static.s_addr == 0)
H A Dospfd.h128 struct in_addr router_id_static; /* Configured manually. */ member in struct:ospf
H A Dospf_vty.c217 ospf_top->router_id_static = router_id;
240 ospf_top->router_id_static.s_addr = 0;
7101 if (ospf_top->router_id_static.s_addr != 0)
7103 inet_ntoa (ospf_top->router_id_static), VTY_NEWLINE);

Completed in 77 milliseconds