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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospfd/
H A Dospf_ism.c75 ospf_elect_dr (struct ospf_interface *oi, struct list *el_list) argument
84 for (ALL_LIST_ELEMENTS_RO (el_list, node, nbr))
113 ospf_elect_bdr (struct ospf_interface *oi, struct list *el_list) argument
123 for (ALL_LIST_ELEMENTS_RO (el_list, node, nbr))
166 ospf_dr_eligible_routers (struct route_table *nbrs, struct list *el_list) argument
179 listnode_add (el_list, nbr);
205 struct list *el_list; local
212 el_list = list_new ();
215 ospf_dr_eligible_routers (oi->nbrs, el_list);
218 ospf_elect_bdr (oi, el_list);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospfd/
H A Dospf_ism.c75 ospf_elect_dr (struct ospf_interface *oi, struct list *el_list) argument
84 for (ALL_LIST_ELEMENTS_RO (el_list, node, nbr))
113 ospf_elect_bdr (struct ospf_interface *oi, struct list *el_list) argument
123 for (ALL_LIST_ELEMENTS_RO (el_list, node, nbr))
166 ospf_dr_eligible_routers (struct route_table *nbrs, struct list *el_list) argument
179 listnode_add (el_list, nbr);
205 struct list *el_list; local
212 el_list = list_new ();
215 ospf_dr_eligible_routers (oi->nbrs, el_list);
218 ospf_elect_bdr (oi, el_list);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospfd/
H A Dospf_ism.c75 ospf_elect_dr (struct ospf_interface *oi, struct list *el_list) argument
84 for (ALL_LIST_ELEMENTS_RO (el_list, node, nbr))
113 ospf_elect_bdr (struct ospf_interface *oi, struct list *el_list) argument
123 for (ALL_LIST_ELEMENTS_RO (el_list, node, nbr))
166 ospf_dr_eligible_routers (struct route_table *nbrs, struct list *el_list) argument
179 listnode_add (el_list, nbr);
205 struct list *el_list; local
212 el_list = list_new ();
215 ospf_dr_eligible_routers (oi->nbrs, el_list);
218 ospf_elect_bdr (oi, el_list);
[all...]

Completed in 75 milliseconds