Searched refs:mp_nexthop_local (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/bgpd/
H A Dbgp_attr.h66 struct in6_addr mp_nexthop_local; member in struct:attr
H A Dbgp_attr.c314 key += attr->mp_nexthop_local.s6_addr[i];
335 && IPV6_ADDR_SAME (&attr1->mp_nexthop_local, &attr2->mp_nexthop_local)
967 stream_get (&attr->mp_nexthop_local, s, 16);
968 if (! IN6_IS_ADDR_LINKLOCAL (&attr->mp_nexthop_local))
977 inet_ntop (AF_INET6, &attr->mp_nexthop_local,
1555 stream_put (s, &attr->mp_nexthop_local, 16);
H A Dbgp_zebra.c733 nexthop = &info->attr->mp_nexthop_local;
830 nexthop = &info->attr->mp_nexthop_local;
H A Dbgp_debug.c182 inet_ntop (AF_INET6, &attr->mp_nexthop_local,
H A Dbgp_routemap.c1458 IPV6_ADDR_SAME (&bgp_info->attr->mp_nexthop_local, rule))
1623 bgp_info->attr->mp_nexthop_local = *address;
H A Dbgp_route.c670 memcpy (&attr->mp_nexthop_local, &peer->nexthop.v6_local,
1328 memcpy (&attr.mp_nexthop_local, &peer->nexthop.v6_local,
3968 inet_ntop (AF_INET6, &attr->mp_nexthop_local, buf1, BUFSIZ));
4220 inet_ntop (AF_INET6, &attr->mp_nexthop_local,

Completed in 133 milliseconds