Searched refs:ospf_vl_new (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.h225 struct ospf_interface *ospf_vl_new (struct ospf_vl_data *);
H A Dospf_interface.c701 ospf_vl_new (struct ospf_vl_data *vl_data)
712 zlog_info ("ospf_vl_new(): Start");
716 zlog_info ("ospf_vl_new(): Alarm: "
722 zlog_info ("ospf_vl_new(): creating pseudo zebra interface");
740 zlog_info ("ospf_vl_new(): Alarm: OSPF int structure is not created");
750 zlog_info ("ospf_vl_new(): Created name: %s", ifname);
753 zlog_info ("ospf_vl_new(): set if->name to %s", vi->name);
760 zlog_info ("ospf_vl_new(): set associated area to the backbone");
767 zlog_info ("ospf_vl_new(): Stop");
696 ospf_vl_new (struct ospf_vl_data *vl_data) function
H A Dospf_vty.c704 vl_data->vl_oi = ospf_vl_new (vl_data);

Completed in 100 milliseconds