ReactOS 0.4.15-dev-6047-gb29e82d
|
Go to the source code of this file.
Classes | |
struct | MIB_TCPEXROW |
struct | MIB_TCPEXTABLE |
struct | MIB_UDPEXROW |
struct | MIB_UDPEXTABLE |
Macros | |
#define | HOSTNAMELEN 256 |
#define | PORTNAMELEN 256 |
#define | ADDRESSLEN HOSTNAMELEN+PORTNAMELEN |
Typedefs | |
typedef struct MIB_TCPEXROW * | PMIB_TCPEXROW |
typedef struct MIB_TCPEXTABLE * | PMIB_TCPEXTABLE |
typedef struct MIB_UDPEXROW * | PMIB_UDPEXROW |
typedef struct MIB_UDPEXTABLE * | PMIB_UDPEXTABLE |
Functions | |
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) |
#define ADDRESSLEN HOSTNAMELEN+PORTNAMELEN |
typedef struct MIB_TCPEXROW * PMIB_TCPEXROW |
typedef struct MIB_TCPEXTABLE * PMIB_TCPEXTABLE |
typedef struct MIB_UDPEXROW * PMIB_UDPEXROW |
typedef struct MIB_UDPEXTABLE * PMIB_UDPEXTABLE |
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 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 17 of file netstat.h.
Referenced by ParseCmdline().
Definition at line 9 of file netstat.h.
Referenced by DisplayOutput(), ParseCmdline(), and ShowTcpTable().
Definition at line 11 of file netstat.h.
Referenced by DisplayOutput(), and ParseCmdline().
Definition at line 12 of file netstat.h.
Referenced by GetIpHostName(), GetPortName(), and ParseCmdline().
Definition at line 16 of file netstat.h.
Referenced by DisplayTableHeader(), ParseCmdline(), ShowTcpTable(), and ShowUdpTable().
Definition at line 10 of file netstat.h.
Referenced by ParseCmdline().
Definition at line 13 of file netstat.h.
Referenced by DisplayOutput(), and ParseCmdline().
Definition at line 15 of file netstat.h.
Referenced by DisplayOutput(), and ParseCmdline().
Definition at line 14 of file netstat.h.
Referenced by DisplayOutput(), and ParseCmdline().
Definition at line 18 of file netstat.h.
Referenced by ParseCmdline(), and wmain().
Definition at line 8 of file netstat.h.
Referenced by DisplayOutput(), and ParseCmdline().