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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_interface.h231 void ospf_vl_up_check (struct ospf_area *, struct in_addr, struct vertex *);
H A Dospf_interface.c887 ospf_vl_up_check (struct ospf_area * area, struct in_addr rid,
896 zlog_info ("ospf_vl_up_check(): Start");
897 zlog_info ("ospf_vl_up_check(): Router ID is %s", inet_ntoa (rid));
898 zlog_info ("ospf_vl_up_check(): Area is %s", inet_ntoa (area->area_id));
908 zlog_info ("ospf_vl_up_check(): considering VL, name: %s",
910 zlog_info ("ospf_vl_up_check(): VL area: %s, peer ID: %s",
922 zlog_info ("ospf_vl_up_check(): this VL matched");
927 zlog_info ("ospf_vl_up_check(): VL is down, waking it up");
882 ospf_vl_up_check (struct ospf_area * area, struct in_addr rid, function
H A Dospf_route.c321 ospf_vl_up_check (area, lsa->header.id, v);

Completed in 171 milliseconds