TianoCore EDK2 master
Loading...
Searching...
No Matches
HttpDns.h
Go to the documentation of this file.
1
9#ifndef __EFI_HTTP_DNS_H__
10#define __EFI_HTTP_DNS_H__
11
27 IN HTTP_PROTOCOL *HttpInstance,
28 IN CHAR16 *HostName,
29 OUT EFI_IPv4_ADDRESS *IpAddress
30 );
31
47 IN HTTP_PROTOCOL *HttpInstance,
48 IN CHAR16 *HostName,
49 OUT EFI_IPv6_ADDRESS *IpAddress
50 );
51
52#endif
EFI_STATUS HttpDns4(IN HTTP_PROTOCOL *HttpInstance, IN CHAR16 *HostName, OUT EFI_IPv4_ADDRESS *IpAddress)
Definition: HttpDns.c:25
EFI_STATUS HttpDns6(IN HTTP_PROTOCOL *HttpInstance, IN CHAR16 *HostName, OUT EFI_IPv6_ADDRESS *IpAddress)
Definition: HttpDns.c:234
#define IN
Definition: Base.h:279
#define OUT
Definition: Base.h:284
RETURN_STATUS EFI_STATUS
Definition: UefiBaseType.h:29