HomeSort by relevance Sort by last modified time
    Searched refs:Ip6Address (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/MnpDxe/
MnpMain.c 236 EFI_IPv6_ADDRESS *Ip6Address;
242 Ip6Address = &IpAddress->v6;
244 if ((Ipv6Flag && !IP6_IS_MULTICAST (Ip6Address)) ||
288 MacAddress->Addr[2] = Ip6Address->Addr[12];
289 MacAddress->Addr[3] = Ip6Address->Addr[13];
290 MacAddress->Addr[4] = Ip6Address->Addr[14];
291 MacAddress->Addr[5] = Ip6Address->Addr[15];
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
HttpLib.h 127 @param[out] Ip6Address Pointer to a buffer to store the IP address.
130 @retval EFI_INVALID_PARAMETER Uri is NULL or Ip6Address is NULL or UrlParser is invalid.
140 OUT EFI_IPv6_ADDRESS *Ip6Address
NetLib.h     [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Nd.h 196 @param[in] Ip6Address The IPv6 address of the default router.
207 IN EFI_IPv6_ADDRESS *Ip6Address,
239 @param[in] Ip6Address The IPv6 address of the to be searched default router node.
248 IN EFI_IPv6_ADDRESS *Ip6Address
399 @param[in] Ip6Address Points to the IPv6 address of the neighbor.
411 IN EFI_IPv6_ADDRESS *Ip6Address,
419 @param[in] Ip6Address Points to the IPv6 address of the neighbor.
428 IN EFI_IPv6_ADDRESS *Ip6Address
Ip6Nd.c 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.
    [all...]
Ip6ConfigNv.c 814 EFI_IPv6_ADDRESS *Ip6Address;
853 Ip6Address = (EFI_IPv6_ADDRESS *) AddressList;
854 IP6_COPY_ADDRESS (Ip6Address, &Node->AddrInfo.Address);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DxeNetLib.c     [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
Ip6.h 57 EFI_IPv6_ADDRESS Ip6Address;
59 /// The length of the prefix associated with the Ip6Address.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeHttpLib/
DxeHttpLib.c 660 @param[out] Ip6Address Pointer to a buffer to store the IP address.
663 @retval EFI_INVALID_PARAMETER Uri is NULL or Ip6Address is NULL or UrlParser is invalid.
673 OUT EFI_IPv6_ADDRESS *Ip6Address
683 if (Url == NULL || UrlParser == NULL || Ip6Address == NULL) {
722 Status = NetLibAsciiStrToIp6 (Ip6String, Ip6Address);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
windns.h 432 IP6_ADDRESS Ip6Address;

Completed in 413 milliseconds