Home | History | Annotate | Download | only in Ip6Dxe

Lines Matching refs:NextHop

80     IP6_COPY_ADDRESS (&RtEntry->NextHop, GatewayAddress);

115 the route table by NextHop.
116 @param[in] NextHop The next hop address. If NULL, search the route table
127 IN EFI_IPv6_ADDRESS *NextHop OPTIONAL
134 ASSERT (Destination != NULL || NextHop != NULL);
147 } else if (NextHop != NULL) {
148 if (NetIp6IsNetEqual (NextHop, &RtEntry->NextHop, RtEntry->PrefixLength)) {
194 IP6_COPY_ADDRESS (&RtCacheEntry->NextHop, GateWay);
314 IP6_COPY_ADDRESS (&EfiTable[Count].Gateway, &RtEntry->NextHop);
475 EFI_IP6_EQUAL (GatewayAddress, &Route->NextHop)) {
536 if (GatewayAddress != NULL && !EFI_IP6_EQUAL (GatewayAddress, &Route->NextHop)) {
574 EFI_IPv6_ADDRESS NextHop;
613 IP6_COPY_ADDRESS (&NextHop, Dest);
615 IP6_COPY_ADDRESS (&NextHop, &RtEntry->NextHop);
623 RtCacheEntry = Ip6CreateRouteCacheEntry (Dest, Src, &NextHop, (UINTN) RtEntry);