Home | History | Annotate | Download | only in Ip6Dxe

Lines Matching refs:NextHop

2520     if (!EFI_IP6_EQUAL (&RouteCache->NextHop, &Head->SourceAddress)) {

2522 // The source of this Redirect message must match the NextHop of the
2529 // Update the NextHop.
2531 IP6_COPY_ADDRESS (&RouteCache->NextHop, Target);