ReactOS 0.4.15-dev-5893-g1bb4167
|
#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) |
BOOL | ParseCmdline (int argc, wchar_t *argv[]) |
VOID | DisplayTableHeader (VOID) |
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 174 of file netstat.c.
Referenced by wmain().
Definition at line 55 of file netstat.c.
Referenced by GetIpHostName(), ShowEthernetStatistics(), ShowIcmpStatistics(), ShowIpStatistics(), ShowTcpStatistics(), ShowTcpTable(), ShowUdpStatistics(), and ShowUdpTable().
Definition at line 562 of file netstat.c.
Referenced by ShowTcpTable(), and ShowUdpTable().
Definition at line 541 of file netstat.c.
Referenced by ShowTcpTable(), and ShowUdpTable().
Definition at line 69 of file netstat.c.
Referenced by wmain().
Definition at line 371 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 282 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 246 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 329 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 409 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 352 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 483 of file netstat.c.
Referenced by DisplayOutput().
Definition at line 617 of file netstat.c.
DWORD Interval |
Definition at line 33 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().