Searched refs:mp_nexthop_global (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_attr.h65 struct in6_addr mp_nexthop_global; member in struct:attr
H A Dbgp_attr.c312 key += attr->mp_nexthop_global.s6_addr[i];
334 && IPV6_ADDR_SAME (&attr1->mp_nexthop_global, &attr2->mp_nexthop_global)
963 stream_get (&attr->mp_nexthop_global, s, 16);
966 stream_get (&attr->mp_nexthop_global, s, 16);
975 inet_ntop (AF_INET6, &attr->mp_nexthop_global,
1551 stream_put (s, &attr->mp_nexthop_global, 16);
1554 stream_put (s, &attr->mp_nexthop_global, 16);
H A Dbgp_nexthop.c214 if (IN6_IS_ADDR_LINKLOCAL (&attr->mp_nexthop_global))
218 &attr->mp_nexthop_global);
252 || IN6_IS_ADDR_LINKLOCAL (&attr->mp_nexthop_global))
258 p.u.prefix6 = attr->mp_nexthop_global;
270 bnc = zlookup_query_ipv6 (&attr->mp_nexthop_global);
H A Dbgp_zebra.c723 nexthop = &info->attr->mp_nexthop_global;
729 if (IN6_IS_ADDR_UNSPECIFIED (&info->attr->mp_nexthop_global)
825 nexthop = &info->attr->mp_nexthop_global;
H A Dbgp_debug.c177 inet_ntop (AF_INET6, &attr->mp_nexthop_global,
H A Dbgp_routemap.c1454 if (IPV6_ADDR_SAME (&bgp_info->attr->mp_nexthop_global, rule))
1558 bgp_info->attr->mp_nexthop_global = *address;
H A Dbgp_route.c653 memcpy (&attr->mp_nexthop_global, &peer->nexthop.v6_global,
1319 memcpy (&attr.mp_nexthop_global, &peer->nexthop.v6_global,
3805 inet_ntop (AF_INET6, &attr->mp_nexthop_global, buf, BUFSIZ));
3871 inet_ntop (AF_INET6, &attr->mp_nexthop_global, buf, BUFSIZ));
3964 inet_ntop (AF_INET6, &attr->mp_nexthop_global, buf, BUFSIZ));
3967 inet_ntop (AF_INET6, &attr->mp_nexthop_global, buf, BUFSIZ),
4190 inet_ntop (AF_INET6, &attr->mp_nexthop_global,

Completed in 550 milliseconds