ReactOS 0.4.16-dev-61-ge128cbc
|
#include <stdio.h>
#include <stdlib.h>
#include <wchar.h>
#include <windef.h>
#include <winbase.h>
#include <winsock2.h>
#include <iphlpapi.h>
#include <conutils.h>
#include "netstat.h"
#include "resource.h"
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | _INC_WINDOWS |
Enumerations | |
enum | ProtoType { IP , TCP , UDP , ICMP } |
Functions | |
VOID | DoFormatMessage (DWORD ErrorCode) |
VOID | DisplayTableHeader (VOID) |
BOOL | ParseCmdline (int argc, wchar_t *argv[]) |
BOOL | DisplayOutput (VOID) |
VOID | ShowIpStatistics (VOID) |
VOID | ShowIcmpStatistics (VOID) |
VOID | ShowTcpStatistics (VOID) |
VOID | ShowUdpStatistics (VOID) |
VOID | ShowEthernetStatistics (VOID) |
BOOL | ShowTcpTable (VOID) |
BOOL | ShowUdpTable (VOID) |
PCHAR | GetPortName (UINT Port, PCSTR Proto, CHAR Name[], INT NameLen) |
PCHAR | GetIpHostName (BOOL Local, UINT IpAddr, CHAR Name[], INT NameLen) |
int | wmain (int argc, wchar_t *argv[]) |
Variables | |
enum ProtoType | Protocol |
DWORD | Interval |
PCWSTR | TcpState [] |
Definition at line 166 of file netstat.c.
Referenced by wmain().
Definition at line 61 of file netstat.c.
Referenced by DisplayOutput(), and ParseCmdline().
Definition at line 52 of file netstat.c.
Referenced by GetIpHostName(), ShowEthernetStatistics(), ShowIcmpStatistics(), ShowIpStatistics(), ShowTcpStatistics(), ShowTcpTable(), ShowUdpStatistics(), and ShowUdpTable().
Definition at line 540 of file netstat.c.
Referenced by ShowTcpTable(), and ShowUdpTable().
Definition at line 519 of file netstat.c.
Referenced by ShowTcpTable(), and ShowUdpTable().
Definition at line 74 of file netstat.c.
Referenced by wmain().
Definition at line 350 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 266 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 234 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 308 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 388 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 331 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 462 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 593 of file netstat.c.
DWORD Interval |
Definition at line 30 of file netstat.c.
Referenced by ConMgrWriteData(), DECLARE_INTERFACE_(), HalSetProfileInterval(), IoCancelThreadIo(), KeDelayExecutionThread(), KeQueryIntervalProfile(), KeSetIntervalProfile(), KiInsertTreeTimer(), KiSignalTimer(), KiTimerExpiration(), KiTimerListExpire(), KsStreamPointerScheduleTimeout(), KxSetTimerForThreadWait(), MonitorThread(), Mx::MxDelayExecutionThread(), NtCancelIoFile(), NtQueryIntervalProfile(), NtSetIntervalProfile(), ParseCmdline(), PciStallForPowerChange(), STDMETHODIMP_(), USBH_FdoQueryBusRelations(), USBH_Wait(), USBPORT_NormalizeHsInterval(), USBPORT_OpenPipe(), USBPORT_Wait(), and wmain().