Home | History | Annotate | Download | only in DxeHttpLib

Lines Matching refs:Ip6Address

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);