ReactOS 0.4.15-dev-7842-g558ab78
nsp_dns.h File Reference
#include <svcguid.h>
#include <guiddef.h>
Include dependency graph for nsp_dns.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define RNR_BUFFER_SIZE   512
 

Variables

const GUID DECLSPEC_SELECTANY HostnameGuid = SVCID_HOSTNAME
 
const GUID DECLSPEC_SELECTANY AddressGuid = SVCID_INET_HOSTADDRBYINETSTRING
 
const GUID DECLSPEC_SELECTANY HostAddrByNameGuid = SVCID_INET_HOSTADDRBYNAME
 
const GUID DECLSPEC_SELECTANY IANAGuid = SVCID_INET_SERVICEBYNAME
 
const GUID DECLSPEC_SELECTANY InetHostName = SVCID_INET_HOSTADDRBYNAME
 
const GUID DECLSPEC_SELECTANY Ipv6Guid = SVCID_DNS_TYPE_AAAA
 

Macro Definition Documentation

◆ RNR_BUFFER_SIZE

#define RNR_BUFFER_SIZE   512

Definition at line 25 of file nsp_dns.h.

Variable Documentation

◆ AddressGuid

◆ HostAddrByNameGuid

Definition at line 19 of file nsp_dns.h.

Referenced by gethostbyname().

◆ HostnameGuid

Definition at line 17 of file nsp_dns.h.

Referenced by gethostname(), getxyDataEnt(), and WSAttemptAutodialName().

◆ IANAGuid

Definition at line 20 of file nsp_dns.h.

Referenced by getservbyname(), and getservbyport().

◆ InetHostName

Definition at line 21 of file nsp_dns.h.

◆ Ipv6Guid

Definition at line 22 of file nsp_dns.h.