• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/

Lines Matching refs:adv_router

232   u_int32_t id, adv_router;
240 adv_router = V->vertex_id.adv_router.s_addr;
242 lsa = ospf6_lsdb_lookup_lsdb (type, id, adv_router, o6a->lsdb);
284 ospf6_spf_get_ipaddr (u_int32_t id, u_int32_t adv_router, u_int32_t ifindex)
302 adv_router, o6i->lsdb);
317 inet_ntop (AF_INET, &adv_router, buf, sizeof (buf)));
319 o6n = ospf6_neighbor_lookup (adv_router, o6i);
322 inet_ntop (AF_INET, &adv_router, buf, sizeof (buf));
338 u_int32_t adv_router, id;
358 adv_router = W->vertex_id.adv_router.s_addr;
368 ipaddr = ospf6_spf_get_ipaddr (id, adv_router, ifindex);
391 ipaddr = ospf6_spf_get_ipaddr (id, adv_router, n->ifindex);
423 u_int32_t id, adv_router;
432 type = id = adv_router = 0;
459 adv_router = router_lsd->neighbor_router_id;
468 adv_router = network_lsd->adv_router;
472 if (adv_router == o6a->ospf6->router_id &&
479 lsa = ospf6_lsdb_lookup_lsdb (type, id, adv_router, o6a->lsdb);
483 inet_ntop (AF_INET, &adv_router, buf_router, sizeof (buf_router));
535 W->vertex_id.adv_router.s_addr = W->lsa->header->adv_router;
542 inet_ntop (AF_INET, &W->vertex_id.adv_router.s_addr,
618 u_int32_t id, adv_router;
644 adv_router = ospf6->router_id;
646 lsa = ospf6_lsdb_lookup_lsdb (type, id, adv_router, o6a->lsdb);
673 v->vertex_id.adv_router.s_addr = ospf6->router_id;
685 inet_ntop (AF_INET, &v->vertex_id.adv_router.s_addr,
740 if (w->vertex_id.adv_router.s_addr != c->vertex_id.adv_router.s_addr)
803 request.path.origin.adv_router = vertex->lsa->header->adv_router;
838 if (w->vertex_id.adv_router.s_addr != v->vertex_id.adv_router.s_addr)