ReactOS 0.4.16-dev-338-g34e76ad
|
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 (PMIB_IPSTATS stats, DWORD family) |
DWORD | getTCPStats (MIB_TCPSTATS *stats, DWORD family) |
DWORD | getUDPStats (MIB_UDPSTATS *stats, DWORD family) |
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 541 of file ipstats_reactos.c.
Referenced by GetIpNetTable().
Definition at line 206 of file ipstats_reactos.c.
Referenced by GetIcmpStatistics().
DWORD getInterfaceStatsByIndex | ( | DWORD | index, |
PMIB_IFROW | entry | ||
) |
Definition at line 201 of file ipstats_reactos.c.
DWORD getInterfaceStatsByName | ( | const char * | name, |
PMIB_IFROW | entry | ||
) |
DWORD getIPStats | ( | PMIB_IPSTATS | stats, |
DWORD | family | ||
) |
Definition at line 333 of file ipstats_reactos.c.
Referenced by GetIpStatisticsEx().
Definition at line 493 of file ipstats_reactos.c.
Referenced by getArpTable(), and GetIpNetTable().
Definition at line 366 of file ipstats_reactos.c.
Referenced by getInterfaceGatewayByIndex(), GetIpForwardTable(), and getRouteTable().
Definition at line 722 of file ipstats_reactos.c.
Referenced by getTcpTable().
Definition at line 614 of file ipstats_reactos.c.
Referenced by getUdpTable().
RouteTable * getRouteTable | ( | void | ) |
Definition at line 425 of file ipstats_reactos.c.
Referenced by getInterfaceGatewayByIndex(), and GetIpForwardTable().
DWORD getTCPStats | ( | MIB_TCPSTATS * | stats, |
DWORD | family | ||
) |
Definition at line 344 of file ipstats_reactos.c.
Referenced by GetTcpStatisticsEx().
PVOID getTcpTable | ( | CLASS_TABLE | Class | ) |
Definition at line 770 of file ipstats_reactos.c.
Referenced by GetExtendedTcpTable().
DWORD getUDPStats | ( | MIB_UDPSTATS * | stats, |
DWORD | family | ||
) |
Definition at line 355 of file ipstats_reactos.c.
Referenced by GetUdpStatisticsEx().
PVOID getUdpTable | ( | CLASS_TABLE | Class | ) |
Definition at line 662 of file ipstats_reactos.c.
Referenced by GetExtendedUdpTable().