Searched refs:topo_entry (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_asbr.h53 void ospf6_asbr_asbr_entry_add (struct ospf6_route_req *topo_entry);
54 void ospf6_asbr_asbr_entry_remove (struct ospf6_route_req *topo_entry);
H A Dospf6_intra.c32 struct ospf6_route_req *topo_entry)
63 request.path.cost = topo_entry->path.cost +
65 request.path.capability[0] = topo_entry->path.capability[0];
66 request.path.capability[1] = topo_entry->path.capability[1];
67 request.path.capability[2] = topo_entry->path.capability[2];
69 memcpy (&request.nexthop.address, &topo_entry->nexthop.address,
71 request.nexthop.ifindex = topo_entry->nexthop.ifindex;
89 struct ospf6_route_req topo_entry; local
114 ospf6_route_lookup (&topo_entry, (struct prefix *) &prefix_ls,
117 while (iap->refer_lstype == topo_entry
31 ospf6_intra_route_calculate(int type, struct ospf6_lsa *lsa, struct ospf6_route_req *topo_entry) argument
134 struct ospf6_route_req topo_entry; local
182 struct ospf6_route_req *topo_entry = data; local
229 struct ospf6_route_req *topo_entry = data; local
[all...]
H A Dospf6_area.c104 ospf6_area_intra_topo_add (struct ospf6_route_req *topo_entry)
106 if (topo_entry->route.type == OSPF6_DEST_TYPE_ROUTER)
108 if (CHECK_FLAG (topo_entry->path.router_bits, OSPF6_ROUTER_LSA_BIT_B))
109 ospf6_abr_abr_entry_add (topo_entry);
111 CALL_ADD_HOOK (&intra_topology_hook, topo_entry);
115 ospf6_area_intra_topo_remove (struct ospf6_route_req *topo_entry)
117 if (topo_entry->route.type == OSPF6_DEST_TYPE_ROUTER)
119 if (CHECK_FLAG (topo_entry->path.router_bits, OSPF6_ROUTER_LSA_BIT_E))
120 ospf6_abr_abr_entry_add (topo_entry);
122 CALL_REMOVE_HOOK (&intra_topology_hook, topo_entry);
103 ospf6_area_intra_topo_add(struct ospf6_route_req *topo_entry) argument
114 ospf6_area_intra_topo_remove(struct ospf6_route_req *topo_entry) argument
[all...]
H A Dospf6_asbr.c291 ospf6_asbr_asbr_entry_add (struct ospf6_route_req *topo_entry) argument
298 inter_router = (struct prefix_ls *) &topo_entry->route.prefix;
310 ! OSPF6_OPT_ISSET (topo_entry->path.capability, OSPF6_OPT_E))
324 ospf6_asbr_asbr_entry_remove (struct ospf6_route_req *topo_entry) argument
330 inter_router = (struct prefix_ls *) &topo_entry->route.prefix;
342 ! OSPF6_OPT_ISSET (topo_entry->path.capability, OSPF6_OPT_E))
354 if (request.path.area_id != topo_entry->path.area_id)
356 if (request.path.origin.adv_router != topo_entry->path.origin.adv_router)
358 if (memcmp (&topo_entry->nexthop, &request.nexthop,

Completed in 296 milliseconds