#include "precomp.h"
#include <winnls.h>
#include <nsp_dns.h>
Go to the source code of this file.
◆ WSAttemptAutodialAddr()
Definition at line 20 of file winsock.c.
28 switch (
Name->sa_family)
BOOLEAN WINAPI AcsHlpAttemptConnection(IN PAUTODIAL_ADDR ConnectionAddress)
struct sockaddr_nb * PSOCKADDR_NB
#define NETBIOS_NAME_LENGTH
struct sockaddr_in * PSOCKADDR_IN
#define RtlCopyMemory(Destination, Source, Length)
CHAR NetBiosAddress[NETBIOS_NAME_LENGTH]
char snb_name[NETBIOS_NAME_LENGTH]
Referenced by connect().
◆ WSAttemptAutodialName()
Definition at line 58 of file winsock.c.
65 if (!Restrictions->lpszServiceInstanceName)
return FALSE;
74 Restrictions->lpszServiceInstanceName,
92 Restrictions->lpszServiceInstanceName,
int memcmp(void *Buffer1, void *Buffer2, ACPI_SIZE Count)
#define WideCharToMultiByte
BOOLEAN WINAPI AcsHlpAttemptConnection(IN PAUTODIAL_ADDR ConnectionAddress)
CHAR HostName[INTERNET_MAX_PATH_LENGTH]
_Must_inspect_result_ _In_ WDFOBJECT _In_ CONST GUID * Guid
const GUID DECLSPEC_SELECTANY AddressGuid
#define INTERNET_MAX_PATH_LENGTH
_CRTIMP char *__cdecl _strlwr(_Inout_z_ char *_String)
union in_addr::@1021 S_un
const GUID DECLSPEC_SELECTANY HostnameGuid
Referenced by WsNqLookupServiceNext().
◆ WSNoteSuccessfulHostentLookup()
Definition at line 119 of file winsock.c.
ACPI_SIZE strlen(const char *String)
CHAR HostName[INTERNET_MAX_PATH_LENGTH]
BOOLEAN WINAPI AcsHlpNoteNewConnection(IN PAUTODIAL_ADDR ConnectionAddress, IN PAUTODIAL_CONN Connection)
char * strcpy(char *DstString, const char *SrcString)
Referenced by gethostbyname().