ReactOS 0.4.16-dev-334-g4d9f67c
|
#include "iphlpapi_private.h"
Go to the source code of this file.
Classes | |
struct | _TABLE_CALL |
Variables | |
struct _TABLE_CALL | UdpTcpTableCall [] |
Definition at line 612 of file ipstats_reactos.c.
#define TCPS_CLOSE_WAIT TCP_CLOSE_WAIT |
Definition at line 48 of file ipstats_reactos.c.
Definition at line 45 of file ipstats_reactos.c.
#define TCPS_CLOSING TCP_CLOSING |
Definition at line 57 of file ipstats_reactos.c.
#define TCPS_ESTABLISHED TCP_ESTABLISHED |
Definition at line 27 of file ipstats_reactos.c.
#define TCPS_FIN_WAIT_1 TCP_FIN_WAIT1 |
Definition at line 36 of file ipstats_reactos.c.
#define TCPS_FIN_WAIT_2 TCP_FIN_WAIT2 |
Definition at line 39 of file ipstats_reactos.c.
#define TCPS_LAST_ACK TCP_LAST_ACK |
Definition at line 51 of file ipstats_reactos.c.
#define TCPS_LISTEN TCP_LISTEN |
Definition at line 54 of file ipstats_reactos.c.
#define TCPS_SYN_RECEIVED TCP_SYN_RECV |
Definition at line 33 of file ipstats_reactos.c.
#define TCPS_SYN_SENT TCP_SYN_SENT |
Definition at line 30 of file ipstats_reactos.c.
#define TCPS_TIME_WAIT TCP_TIME_WAIT |
Definition at line 42 of file ipstats_reactos.c.
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().
NTSTATUS getNthIpEntity | ( | HANDLE | tcpFile, |
DWORD | index, | ||
TDIEntityID * | ent | ||
) |
Prototypes
Definition at line 65 of file ipstats_reactos.c.
Referenced by createIpForwardEntry(), deleteIpForwardEntry(), getInterfaceInfoSet(), getRouteTable(), and SetIpNetEntry().
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().
Definition at line 412 of file ipstats_reactos.c.
Referenced by getRouteTable().
BOOL isIpEntity | ( | HANDLE | tcpFile, |
TDIEntityID * | ent | ||
) |
Definition at line 60 of file ipstats_reactos.c.
Referenced by getNthIpEntity(), and getNumRoutes().
NTSTATUS tdiGetIpAddrsForIpEntity | ( | HANDLE | tcpFile, |
TDIEntityID * | ent, | ||
IPAddrEntry ** | addrs, | ||
PDWORD | numAddrs | ||
) |
Definition at line 170 of file ipstats_reactos.c.
Referenced by getInterfaceInfoSet().
NTSTATUS tdiGetMibForIpEntity | ( | HANDLE | tcpFile, |
TDIEntityID * | ent, | ||
IPSNMPInfo * | entry | ||
) |
Definition at line 95 of file ipstats_reactos.c.
Referenced by getNumRoutes().
NTSTATUS tdiGetRoutesForIpEntity | ( | HANDLE | tcpFile, |
TDIEntityID * | ent, | ||
IPRouteEntry ** | routes, | ||
PDWORD | numRoutes | ||
) |
Definition at line 149 of file ipstats_reactos.c.
Referenced by getRouteTable().
WINE_DEFAULT_DEBUG_CHANNEL | ( | iphlpapi | ) |
struct _TABLE_CALL UdpTcpTableCall[] |
Referenced by getTcpTable(), and getUdpTable().