Home | History | Annotate | Download | only in Ip6Dxe

Lines Matching refs:Ip6Address

490   @param[in]  Ip6Address        Points to the IPv6 address of the neighbor.

502 IN EFI_IPv6_ADDRESS *Ip6Address,
510 ASSERT (Ip6Address!= NULL);
528 IP6_COPY_ADDRESS (&Entry->Neighbor, Ip6Address);
541 DefaultRouter = Ip6FindDefaultRouter (IpSb, Ip6Address);
553 @param[in] Ip6Address Points to the IPv6 address of the neighbor.
562 IN EFI_IPv6_ADDRESS *Ip6Address
570 ASSERT (Ip6Address != NULL);
574 if (EFI_IP6_EQUAL (Ip6Address, &Neighbor->Neighbor)) {
676 @param[in] Ip6Address The IPv6 address of the default router.
687 IN EFI_IPv6_ADDRESS *Ip6Address,
695 ASSERT (Ip6Address != NULL);
704 Entry->NeighborCache = Ip6FindNeighborEntry (IpSb, Ip6Address);
705 IP6_COPY_ADDRESS (&Entry->Router, Ip6Address);
710 RtEntry = Ip6CreateRouteEntry (NULL, 0, Ip6Address);
775 @param[in] Ip6Address The IPv6 address of the to be searched default router node.
784 IN EFI_IPv6_ADDRESS *Ip6Address
791 ASSERT (Ip6Address != NULL);
795 if (EFI_IP6_EQUAL (Ip6Address, &DefaultRouter->Router)) {