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
25
EFI_STATUS
26
HttpDns4
(
27
IN
HTTP_PROTOCOL
*HttpInstance,
28
IN
CHAR16 *HostName,
29
OUT
EFI_IPv4_ADDRESS
*IpAddress
30
);
31
45
EFI_STATUS
46
HttpDns6
(
47
IN
HTTP_PROTOCOL
*HttpInstance,
48
IN
CHAR16 *HostName,
49
OUT
EFI_IPv6_ADDRESS
*IpAddress
50
);
51
52
#endif
HttpDns4
EFI_STATUS HttpDns4(IN HTTP_PROTOCOL *HttpInstance, IN CHAR16 *HostName, OUT EFI_IPv4_ADDRESS *IpAddress)
Definition:
HttpDns.c:25
HttpDns6
EFI_STATUS HttpDns6(IN HTTP_PROTOCOL *HttpInstance, IN CHAR16 *HostName, OUT EFI_IPv6_ADDRESS *IpAddress)
Definition:
HttpDns.c:234
IN
#define IN
Definition:
Base.h:279
OUT
#define OUT
Definition:
Base.h:284
EFI_STATUS
RETURN_STATUS EFI_STATUS
Definition:
UefiBaseType.h:29
_HTTP_PROTOCOL
Definition:
HttpProto.h:97
IPv4_ADDRESS
Definition:
Base.h:223
IPv6_ADDRESS
Definition:
Base.h:230
NetworkPkg
HttpDxe
HttpDns.h
Generated on Fri Nov 15 2024 18:01:18 for TianoCore EDK2 by
1.9.6