|
ReactOS 0.4.16-dev-2613-g9533ad7
|

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 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 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 18 of file netstat.h.
Referenced by ParseCmdline().
Definition at line 10 of file netstat.h.
Referenced by DisplayOutput(), ParseCmdline(), and ShowTcpTable().
Definition at line 12 of file netstat.h.
Referenced by DisplayOutput(), and ParseCmdline().
Definition at line 13 of file netstat.h.
Referenced by GetIpHostName(), GetPortName(), and ParseCmdline().
Definition at line 14 of file netstat.h.
Referenced by DisplayTableHeader(), ParseCmdline(), ShowTcpTable(), and ShowUdpTable().
Definition at line 11 of file netstat.h.
Referenced by ParseCmdline().
Definition at line 15 of file netstat.h.
Referenced by DisplayOutput(), and ParseCmdline().
Definition at line 17 of file netstat.h.
Referenced by DisplayOutput(), and ParseCmdline().
Definition at line 16 of file netstat.h.
Referenced by DisplayOutput(), and ParseCmdline().
Definition at line 19 of file netstat.h.
Referenced by ParseCmdline(), and wmain().
Definition at line 9 of file netstat.h.
Referenced by DisplayOutput(), and ParseCmdline().