Searched refs:route_connected (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospf6d/
H A Dospf6_interface.h109 struct ospf6_route_table *route_connected; member in struct:ospf6_interface
H A Dospf6_interface.c152 /* update cost held in route_connected list in ospf6_interface */
216 oi->route_connected = OSPF6_ROUTE_TABLE_CREATE (INTERFACE, CONNECTED_ROUTES);
217 oi->route_connected->scope = oi;
254 ospf6_route_table_delete (oi->route_connected);
410 ospf6_route_remove_all (oi->route_connected);
451 ospf6_route_add (route, oi->route_connected);
1040 ospf6_route_table_show (vty, argc, argv, oi->route_connected);
1093 ospf6_route_table_show (vty, argc, argv, oi->route_connected);
H A Dospf6_intra.c713 link_lsa->prefix_num = htonl (oi->route_connected->count);
719 for (route = ospf6_route_head (oi->route_connected); route;
944 for (route = ospf6_route_head (oi->route_connected); route;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospf6d/
H A Dospf6_interface.h109 struct ospf6_route_table *route_connected; member in struct:ospf6_interface
H A Dospf6_interface.c152 /* update cost held in route_connected list in ospf6_interface */
216 oi->route_connected = OSPF6_ROUTE_TABLE_CREATE (INTERFACE, CONNECTED_ROUTES);
217 oi->route_connected->scope = oi;
254 ospf6_route_table_delete (oi->route_connected);
410 ospf6_route_remove_all (oi->route_connected);
451 ospf6_route_add (route, oi->route_connected);
1040 ospf6_route_table_show (vty, argc, argv, oi->route_connected);
1093 ospf6_route_table_show (vty, argc, argv, oi->route_connected);
H A Dospf6_intra.c713 link_lsa->prefix_num = htonl (oi->route_connected->count);
719 for (route = ospf6_route_head (oi->route_connected); route;
944 for (route = ospf6_route_head (oi->route_connected); route;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospf6d/
H A Dospf6_interface.h109 struct ospf6_route_table *route_connected; member in struct:ospf6_interface
H A Dospf6_interface.c152 /* update cost held in route_connected list in ospf6_interface */
216 oi->route_connected = OSPF6_ROUTE_TABLE_CREATE (INTERFACE, CONNECTED_ROUTES);
217 oi->route_connected->scope = oi;
254 ospf6_route_table_delete (oi->route_connected);
410 ospf6_route_remove_all (oi->route_connected);
451 ospf6_route_add (route, oi->route_connected);
1040 ospf6_route_table_show (vty, argc, argv, oi->route_connected);
1093 ospf6_route_table_show (vty, argc, argv, oi->route_connected);
H A Dospf6_intra.c713 link_lsa->prefix_num = htonl (oi->route_connected->count);
719 for (route = ospf6_route_head (oi->route_connected); route;
944 for (route = ospf6_route_head (oi->route_connected); route;

Completed in 123 milliseconds