|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Go to the source code of this file.
Classes | |
| struct | _RouteEntry |
| struct | _RouteTable |
Typedefs | |
| typedef struct _RouteEntry | RouteEntry |
| typedef struct _RouteTable | RouteTable |
| typedef enum _CLASS_TABLE | CLASS_TABLE |
Enumerations | |
| enum | _CLASS_TABLE { ClassBasic , ClassModulePid , ClassModule } |
Functions | |
| DWORD | getInterfaceStatsByName (const char *name, PMIB_IFROW entry) |
| DWORD | getInterfaceStatsByIndex (DWORD index, PMIB_IFROW entry) |
| DWORD | getICMPStats (MIB_ICMP *stats) |
| DWORD | getIPStats (HANDLE tcpFile, PMIB_IPSTATS stats) |
| DWORD | getTCPStats (HANDLE tcpFile, MIB_TCPSTATS *stats) |
| DWORD | getUDPStats (HANDLE tcpFile, MIB_UDPSTATS *stats) |
| DWORD | getNumRoutes (void) |
| RouteTable * | getRouteTable (void) |
| DWORD | getNumArpEntries (void) |
| PMIB_IPNETTABLE | getArpTable (void) |
| DWORD | getNumUdpEntries (void) |
| PVOID | getUdpTable (CLASS_TABLE Class) |
| DWORD | getNumTcpEntries (void) |
| PVOID | getTcpTable (CLASS_TABLE Class) |
| typedef enum _CLASS_TABLE CLASS_TABLE |
| typedef struct _RouteEntry RouteEntry |
| typedef struct _RouteTable RouteTable |
| Enumerator | |
|---|---|
| ClassBasic | |
| ClassModulePid | |
| ClassModule | |
Definition at line 79 of file ipstats.h.
| PMIB_IPNETTABLE getArpTable | ( | void | ) |
Definition at line 650 of file ipstats_reactos.c.
Referenced by GetIpNetTable().
Definition at line 294 of file ipstats_reactos.c.
Referenced by GetIcmpStatistics().
| DWORD getInterfaceStatsByIndex | ( | DWORD | index, |
| PMIB_IFROW | entry | ||
| ) |
Definition at line 289 of file ipstats_reactos.c.
| DWORD getInterfaceStatsByName | ( | const char * | name, |
| PMIB_IFROW | entry | ||
| ) |
| DWORD getIPStats | ( | HANDLE | tcpFile, |
| PMIB_IPSTATS | stats | ||
| ) |
Referenced by GetIpStatisticsEx().
Definition at line 602 of file ipstats_reactos.c.
Referenced by getArpTable(), and GetIpNetTable().
Definition at line 475 of file ipstats_reactos.c.
Referenced by getInterfaceGatewayByIndex(), GetIpForwardTable(), and getRouteTable().
Definition at line 831 of file ipstats_reactos.c.
Referenced by getTcpTable().
Definition at line 723 of file ipstats_reactos.c.
Referenced by getUdpTable().
| RouteTable * getRouteTable | ( | void | ) |
Definition at line 534 of file ipstats_reactos.c.
Referenced by getInterfaceGatewayByIndex(), and GetIpForwardTable().
| DWORD getTCPStats | ( | HANDLE | tcpFile, |
| MIB_TCPSTATS * | stats | ||
| ) |
Referenced by GetTcpStatisticsEx().
| PVOID getTcpTable | ( | CLASS_TABLE | Class | ) |
Definition at line 879 of file ipstats_reactos.c.
Referenced by GetExtendedTcpTable().
| DWORD getUDPStats | ( | HANDLE | tcpFile, |
| MIB_UDPSTATS * | stats | ||
| ) |
Referenced by GetUdpStatisticsEx().
| PVOID getUdpTable | ( | CLASS_TABLE | Class | ) |
Definition at line 771 of file ipstats_reactos.c.
Referenced by GetExtendedUdpTable().