ReactOS 0.4.16-dev-106-g10b08aa
|
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 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 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 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().