|
ReactOS 0.4.16-dev-2613-g9533ad7
|
#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.
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 164 of file netstat.c.
Referenced by wmain().
Definition at line 59 of file netstat.c.
Referenced by DisplayOutput(), and ParseCmdline().
Definition at line 50 of file netstat.c.
Referenced by GetIpHostName(), ShowEthernetStatistics(), ShowIcmpStatistics(), ShowIpStatistics(), ShowTcpStatistics(), ShowTcpTable(), ShowUdpStatistics(), and ShowUdpTable().
Definition at line 538 of file netstat.c.
Referenced by ShowTcpTable(), and ShowUdpTable().
Definition at line 517 of file netstat.c.
Referenced by ShowTcpTable(), and ShowUdpTable().
Definition at line 72 of file netstat.c.
Referenced by wmain().
Definition at line 348 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 264 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 232 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 306 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 386 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 329 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 460 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 591 of file netstat.c.
| DWORD Interval |
Definition at line 28 of file netstat.c.
Referenced by ConMgrWriteData(), DECLARE_INTERFACE_(), HalSetProfileInterval(), IoCancelThreadIo(), KeDelayExecutionThread(), KeQueryIntervalProfile(), KeSetIntervalProfile(), KiInsertTreeTimer(), KiSignalTimer(), KiTimerExpiration(), KiTimerListExpire(), KsStreamPointerScheduleTimeout(), KxSetTimerForThreadWait(), mdelay(), MonitorThread(), Mx::MxDelayExecutionThread(), NtCancelIoFile(), NtQueryIntervalProfile(), NtSetIntervalProfile(), ParseCmdline(), PciStallForPowerChange(), STDMETHODIMP_(), udelay(), USBH_FdoQueryBusRelations(), USBH_Wait(), USBPORT_NormalizeHsInterval(), USBPORT_OpenPipe(), USBPORT_Wait(), and wmain().