Searched refs:adv_router (Results 1 - 25 of 31) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_asbr.c142 if (lsa->header->adv_router == ospf6->router_id)
159 asbr_id.adv_router.s_addr = lsa->header->adv_router;
169 inet_ntop (AF_INET, &asbr_id.adv_router, buf, sizeof (buf));
185 request.path.origin.adv_router = lsa->header->adv_router;
203 while (((struct prefix_ls *)&asbr_entry.route.prefix)->adv_router.s_addr ==
204 asbr_id.adv_router.s_addr &&
225 if (lsa->header->adv_router == ospf6->router_id)
251 request.path.origin.adv_router !
296 u_int32_t id, adv_router; local
327 u_int32_t id, adv_router; local
[all...]
H A Dospf6_lsdb.h65 ospf6_lsdb_lookup (u_int16_t type, u_int32_t id, u_int32_t adv_router,
74 u_int32_t adv_router, struct ospf6_lsdb *lsdb);
82 ospf6_lsdb_lookup_lsdb (u_int16_t type, u_int32_t id, u_int32_t adv_router,
H A Dospf6_lsdb.c72 u_int16_t type, u_int32_t id, u_int32_t adv_router)
91 memcpy ((char *)&key->prefix + 2, &adv_router, 4);
110 lsa->header->adv_router);
135 lsa->header->adv_router);
159 u_int16_t type, u_int32_t id, u_int32_t adv_router,
169 ospf6_lsdb_set_key (&node->key, flag, type, id, adv_router);
183 ospf6_lsdb_lookup_lsdb (u_int16_t type, u_int32_t id, u_int32_t adv_router, argument
187 ospf6_lsdb_lookup_node (&node, type, id, adv_router, lsdb);
248 u_int16_t type, u_int32_t adv_router,
257 ospf6_lsdb_set_key (&node->key, flag, type, 0, adv_router);
71 ospf6_lsdb_set_key(struct prefix_ipv6 *key, int flag, u_int16_t type, u_int32_t id, u_int32_t adv_router) argument
158 ospf6_lsdb_lookup_node(struct ospf6_lsdb_node *node, u_int16_t type, u_int32_t id, u_int32_t adv_router, struct ospf6_lsdb *lsdb) argument
247 ospf6_lsdb_type_router(struct ospf6_lsdb_node *node, u_int16_t type, u_int32_t adv_router, struct ospf6_lsdb *lsdb) argument
308 ospf6_lsdb_lookup(u_int16_t type, u_int32_t id, u_int32_t adv_router, void *scope) argument
438 ospf6_lsdb_match(int flag, u_int16_t type, u_int32_t id, u_int32_t adv_router, struct ospf6_lsa *lsa) argument
462 u_int32_t id, adv_router; local
[all...]
H A Dospf6_abr.c51 abr_id.adv_router.s_addr = router_id;
102 if (! ospf6_abr_entry_lookup (&abr_entry, lsa->header->adv_router,
123 request->path.origin.adv_router = lsa->header->adv_router;
174 request.path.origin.adv_router != lsa->header->adv_router ||
203 if (! ospf6_abr_entry_lookup (&abr_entry, lsa->header->adv_router,
217 ((struct prefix_ls *) &request->route.prefix)->adv_router.s_addr
225 request->path.origin.adv_router = lsa->header->adv_router;
[all...]
H A Dospf6_spf.c232 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, i
230 u_int32_t id, adv_router; local
282 ospf6_spf_get_ipaddr(u_int32_t id, u_int32_t adv_router, u_int32_t ifindex) argument
336 u_int32_t adv_router, id; local
421 u_int32_t id, adv_router; local
616 u_int32_t id, adv_router; local
[all...]
H A Dospf6_intra.c62 request.path.origin.adv_router = lsa->header->adv_router;
103 prefix_ls.adv_router.s_addr = iap->refer_advrtr;
119 iap->refer_advrtr == topo_entry.path.origin.adv_router)
155 prefix_ls.adv_router.s_addr = iap->refer_advrtr;
171 iap->refer_advrtr == topo_entry.path.origin.adv_router)
219 iap->refer_advrtr != topo_entry->path.origin.adv_router)
260 iap->refer_advrtr != topo_entry->path.origin.adv_router)
330 char buf[128], type[32], id[32], adv_router[32];
340 inet_ntop (AF_INET, &iap_lsa->refer_advrtr, adv_router,
329 char buf[128], type[32], id[32], adv_router[32]; local
[all...]
H A Dospf6_lsa.c70 if (lsh1->adv_router != lsh2->adv_router)
115 ospf6_lsa_match (u_int16_t type, u_int32_t id, u_int32_t adv_router, argument
118 if (lsh->advrtr != adv_router)
327 if (network_lsd1->adv_router != lsa_header2->advrtr)
395 char adv_router[64], id[64], type[32]; local
402 inet_ntop (AF_INET, &lsa->header->adv_router,
403 adv_router, sizeof (adv_router));
409 vty_out (vty, "Advertising Router: %s%s", adv_router, VTY_NEWLIN
440 char adv_router[16], id[16], type[16]; local
495 ospf6_lsa_seqnum_new(u_int16_t type, u_int32_t id, u_int32_t adv_router, void *scope) argument
728 ospf6_lsa_originate(u_int16_t type, u_int32_t id, u_int32_t adv_router, char *data, int data_len, void *scope) argument
[all...]
H A Dospf6_route.c152 pn->path.origin.type, pn->path.origin.id, pn->path.origin.adv_router, (int)pn->path.router_bits, (int)pn->path.capability[0],
168 pn2->path.origin.type, pn2->path.origin.id, pn2->path.origin.adv_router, (int)pn2->path.router_bits, (int)pn2->path.capability[0],
389 char id[BUFSIZ], adv_router[BUFSIZ];
393 inet_ntop (AF_INET, &pl->adv_router, adv_router, BUFSIZ);
394 snprintf (str, size, "%s-%s", adv_router, id);
417 inet_ntop (AF_INET, &request->path.origin.adv_router, adv, sizeof (adv));
449 path_node->path.origin.adv_router == request->path.origin.adv_router)
454 zlog_info ("req path : area: %#x origin: type: %d, id: %d, adv_router
388 char id[BUFSIZ], adv_router[BUFSIZ]; local
[all...]
H A Dospf6_neighbor.c121 lsa->header->adv_router, nei->summary_list);
155 lsa->header->adv_router, nei->request_list);
527 char type[16], id[16], adv_router[16];
566 inet_ntop (AF_INET, &lsa->header->adv_router, adv_router,
567 sizeof (adv_router));
574 type, id, adv_router, VTY_NEWLINE);
525 char type[16], id[16], adv_router[16]; variable
H A Dospf6_dbex.c139 received->header->adv_router,
188 lsa->header->adv_router, nei->retrans_list);
390 received->header->adv_router,
412 received->header->adv_router,
514 newp->header->adv_router,
563 lsa->header->adv_router,
H A Dospf6_route.h63 u_int32_t adv_router;
62 u_int32_t adv_router; member in struct:ls_origin
H A Dospf6_message.h108 u_int32_t adv_router; /* Advertising Router */ member in struct:ospf6_lsreq
H A Dospf6_lsa.h118 u_int32_t adv_router; member in struct:ospf6_network_lsd
192 u_int32_t adv_router; /* Advertising Router */ member in struct:ospf6_lsa_header__
H A Dospf6_message.c196 inet_ntop (AF_INET, &lsreq->adv_router, buf_router, sizeof (buf_router));
966 inet_ntop (AF_INET, &lsreq->adv_router, buf_router, sizeof (buf_router));
970 lsa = ospf6_lsdb_lookup (lsreq->type, lsreq->id, lsreq->adv_router,
1151 copy->header->adv_router,
1763 lsreq[i].adv_router = lsa->header->adv_router;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospfd/
H A Dospf_lsdb.c82 lp->adv_router = lsa->data->adv_router;
199 struct in_addr id, struct in_addr adv_router)
212 lp.adv_router = adv_router;
226 struct in_addr id, struct in_addr adv_router,
240 lp.adv_router = adv_router;
197 ospf_lsdb_lookup_by_id(struct ospf_lsdb *lsdb, u_char type, struct in_addr id, struct in_addr adv_router) argument
224 ospf_lsdb_lookup_by_id_next(struct ospf_lsdb *lsdb, u_char type, struct in_addr id, struct in_addr adv_router, int first) argument
H A Dospf_route.h41 struct in_addr adv_router; member in struct:ospf_path
H A Dospf_vty.c3082 inet_ntoa (lsa->data->adv_router), LS_AGE (lsa),
3203 inet_ntoa (lsa->data->adv_router), VTY_NEWLINE);
3477 struct in_addr *adv_router)
3483 else if (adv_router == NULL)
3492 lp->adv_router = *adv_router;
3498 struct in_addr *id, struct in_addr *adv_router)
3504 show_lsa_prefix_set (vty, &lp, id, adv_router);
3529 struct in_addr *id, struct in_addr *adv_router)
3542 show_lsa_detail_proc (vty, AS_LSDB (ospf_top, type), id, adv_router);
3459 show_lsa_prefix_set(struct vty *vty, struct prefix_ls *lp, struct in_addr *id, struct in_addr *adv_router) argument
3480 show_lsa_detail_proc(struct vty *vty, struct route_table *rt, struct in_addr *id, struct in_addr *adv_router) argument
3511 show_lsa_detail(struct vty *vty, int type, struct in_addr *id, struct in_addr *adv_router) argument
3541 show_lsa_detail_adv_router_proc(struct vty *vty, struct route_table *rt, struct in_addr *adv_router) argument
3562 show_lsa_detail_adv_router(struct vty *vty, int type, struct in_addr *adv_router) argument
3725 struct in_addr id, adv_router; variable in typeref:struct:
3863 struct in_addr adv_router; variable in typeref:struct:in_addr
[all...]
H A Dospf_ia.c257 abr.prefix = sl->header.adv_router;
321 abr.prefix =lsa->header.adv_router;
451 abr.prefix = lsa->header.adv_router;
H A Dospf_snmp.c1036 oid_copy_addr (offset, &lsa->data->adv_router, IN_ADDR_SIZE);
1089 return SNMP_IPADDRESS (lsah->adv_router);
1826 lp.adv_router = vl_data->vl_peer;
1842 lp.adv_router = vl_data->vl_peer;
1863 lp.adv_router = *neighbor;
1887 lp.adv_router = *neighbor;
2342 oid_copy_addr (offset, &lsa->data->adv_router, IN_ADDR_SIZE);
2384 return SNMP_IPADDRESS (lsah->adv_router);
H A Dospf_lsa.h64 struct in_addr adv_router; member in struct:lsa_header
H A Dospf_ase.c177 asbr.prefix = al->header.adv_router;
342 asbr.prefix = al->header.adv_router;
H A Dospf_lsa.c372 strcpy (ar, inet_ntoa (lsah->adv_router));
404 lsah->adv_router = ospf_top->router_id;
726 if (new->data->adv_router.s_addr == 0)
2655 struct in_addr id, struct in_addr adv_router)
2670 return ospf_lsdb_lookup_by_id (area->lsdb, type, id, adv_router);
2676 return ospf_lsdb_lookup_by_id (ospf_top->lsdb, type, id, adv_router);
2741 match = ospf_lsa_lookup (area, lsah->type, lsah->id, lsah->adv_router);
2998 if (IPV4_ADDR_SAME (&lsa->data->adv_router, &ospf_top->router_id))
2640 ospf_lsa_lookup(struct ospf_area *area, u_int32_t type, struct in_addr id, struct in_addr adv_router) argument
H A Dospf_dump.c337 zlog_info (" Advertising Router %s", inet_ntoa (lsah->adv_router));
497 struct in_addr adv_router;
510 adv_router.s_addr = stream_get_ipv4 (s);
515 inet_ntoa (adv_router));
495 struct in_addr adv_router; local
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Dprefix.h41 struct in_addr adv_router; member in struct:prefix::__anon3102::__anon3103
70 struct in_addr adv_router; member in struct:prefix_ls
H A Dprefix.c114 dest->u.lp.adv_router = src->u.lp.adv_router;

Completed in 273 milliseconds

12