ReactOS 0.4.15-dev-5895-g2687c1b
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <winuser.h>
#include <winreg.h>
#include <stdio.h>
#include <tchar.h>
#include <time.h>
#include <iphlpapi.h>
#include <ndk/rtlfuncs.h>
#include <inaddr.h>
#include <windns.h>
#include <windns_undoc.h>
#include "resource.h"
Go to the source code of this file.
Classes | |
struct | _RECORDTYPE |
Macros | |
#define | WIN32_NO_STATUS |
#define | GUID_LEN 40 |
Typedefs | |
typedef struct _RECORDTYPE | RECORDTYPE |
typedef struct _RECORDTYPE * | PRECORDTYPE |
Functions | |
LPTSTR | GetRecordTypeName (WORD wType) |
int | LoadStringAndOem (HINSTANCE hInst, UINT uID, LPTSTR szNode, int byteSize) |
LPTSTR | GetNodeTypeName (UINT NodeType) |
LPTSTR | GetInterfaceTypeName (UINT InterfaceType) |
PTCHAR | PrintMacAddr (PBYTE Mac) |
_Ret_opt_z_ PTSTR | timeToStr (_In_ time_t TimeStamp) |
VOID | DoFormatMessage (LONG ErrorCode) |
LPTSTR | GetConnectionType (LPTSTR lpClass) |
LPTSTR | GetConnectionDescription (LPTSTR lpClass) |
VOID | ShowInfo (BOOL bAll) |
VOID | Release (LPTSTR Index) |
VOID | Renew (LPTSTR Index) |
VOID | FlushDns (VOID) |
VOID | RegisterDns (VOID) |
static VOID | DisplayDnsRecord (PWSTR pszName, WORD wType) |
VOID | DisplayDns (VOID) |
VOID | Usage (VOID) |
int | main (int argc, char *argv[]) |
Variables | |
HINSTANCE | hInstance |
HANDLE | ProcessHeap |
RECORDTYPE | TypeArray [] |
#define GUID_LEN 40 |
Definition at line 39 of file ipconfig.c.
#define WIN32_NO_STATUS |
Definition at line 15 of file ipconfig.c.
typedef struct _RECORDTYPE * PRECORDTYPE |
typedef struct _RECORDTYPE RECORDTYPE |
Definition at line 1052 of file ipconfig.c.
Referenced by main().
Definition at line 934 of file ipconfig.c.
Referenced by DisplayDns().
Definition at line 306 of file ipconfig.c.
Referenced by DisplayDns(), FlushDns(), GetConnectionDescription(), Release(), Renew(), and ShowInfo().
Definition at line 406 of file ipconfig.c.
Referenced by ShowInfo().
Definition at line 330 of file ipconfig.c.
Referenced by ShowInfo().
Definition at line 179 of file ipconfig.c.
Referenced by ShowInfo().
Definition at line 143 of file ipconfig.c.
Referenced by ShowInfo().
Definition at line 104 of file ipconfig.c.
Referenced by DisplayDnsRecord().
Definition at line 123 of file ipconfig.c.
Referenced by GetInterfaceTypeName(), GetNodeTypeName(), and Usage().
Definition at line 1121 of file ipconfig.c.
Definition at line 231 of file ipconfig.c.
Referenced by ShowInfo().
Definition at line 926 of file ipconfig.c.
Referenced by main().
Definition at line 786 of file ipconfig.c.
Definition at line 848 of file ipconfig.c.
Referenced by main().
Definition at line 557 of file ipconfig.c.
Referenced by main().
_Ret_opt_z_ PTSTR timeToStr | ( | _In_ time_t | TimeStamp | ) |
Definition at line 243 of file ipconfig.c.
Referenced by ShowInfo().
Definition at line 1086 of file ipconfig.c.
HINSTANCE hInstance |
Definition at line 41 of file ipconfig.c.
Referenced by GetInterfaceTypeName(), GetNodeTypeName(), main(), and Usage().
HANDLE ProcessHeap |
Definition at line 42 of file ipconfig.c.
Referenced by GetConnectionDescription(), GetConnectionType(), LoadStringAndOem(), main(), Release(), Renew(), ShowInfo(), timeToStr(), and Usage().
RECORDTYPE TypeArray[] |
Definition at line 44 of file ipconfig.c.
Referenced by GetRecordTypeName().