ReactOS 0.4.16-dev-716-g2b2bdab
|
Go to the source code of this file.
Functions | |
void | PrintState () |
void | PrintUsage () |
BOOL | PerformInternalLookup (PCHAR pAddr, PCHAR pResult) |
void | PerformLookup (PCHAR pAddr) |
BOOL | ParseCommandLine (int argc, char *argv[]) |
void | InteractiveMode () |
int | main (int argc, char *argv[]) |
Variables | |
STATE | State |
HANDLE | ProcessHeap |
ULONG | RequestID |
void InteractiveMode | ( | ) |
Definition at line 747 of file nslookup.c.
Referenced by main().
Definition at line 757 of file nslookup.c.
Definition at line 462 of file nslookup.c.
Referenced by main().
Definition at line 79 of file nslookup.c.
Referenced by ParseCommandLine().
Definition at line 236 of file nslookup.c.
Referenced by ParseCommandLine().
void PrintState | ( | ) |
Definition at line 18 of file nslookup.c.
Referenced by ParseCommandLine().
Definition at line 68 of file nslookup.c.
Referenced by _tmain(), DirtyMain(), FsInfoMain(), HardLinkMain(), main(), ParseCommandLine(), and VolumeMain().
HANDLE ProcessHeap |
Definition at line 15 of file nslookup.c.
Referenced by main(), PerformInternalLookup(), and PerformLookup().
ULONG RequestID |
Definition at line 16 of file nslookup.c.
Referenced by main(), PerformInternalLookup(), PerformLookup(), PrintD2(), and SendRequest().
Definition at line 14 of file nslookup.c.