ReactOS 0.4.16-dev-88-ga65b6ae
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
Functions | |
static PWSTR | AnsiToUnicode (PSTR NarrowString) |
static BOOL | ParseIpv4Address (_In_ PCSTR AddressString, _Out_ PIN_ADDR pAddress) |
static BOOL | ParseIpv6Address (_In_ LPCSTR AddressString, _Out_ PIN6_ADDR pAddress) |
static VOID | AddIpv4HostEntries (PWSTR pszHostName, PIN_ADDR pAddress) |
static VOID | AddIpv6HostEntries (PWSTR pszHostName, PIN6_ADDR pAddress) |
static FILE * | OpenHostsFile (VOID) |
BOOL | ReadHostsFile (VOID) |
Variables | |
static WCHAR | szHexChar [] = L"0123456789abcdef" |
#define NDEBUG |
Definition at line 15 of file hostsfile.c.
Definition at line 95 of file hostsfile.c.
Referenced by ReadHostsFile().
Definition at line 140 of file hostsfile.c.
Referenced by ReadHostsFile().
Definition at line 22 of file hostsfile.c.
Referenced by ReadHostsFile().
Definition at line 194 of file hostsfile.c.
Referenced by ReadHostsFile().
Definition at line 56 of file hostsfile.c.
Referenced by ReadHostsFile().
Definition at line 76 of file hostsfile.c.
Referenced by ReadHostsFile().
Definition at line 291 of file hostsfile.c.
Referenced by ServiceMain().
|
static |
Definition at line 18 of file hostsfile.c.
Referenced by AddIpv6HostEntries().