ReactOS 0.4.16-dev-1204-gb627a42
|
#include "iphlpapi_private.h"
Go to the source code of this file.
Classes | |
struct | _TABLE_CALL |
Variables | |
struct _TABLE_CALL | UdpTcpTableCall [] |
Definition at line 721 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 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 | ( | _In_ HANDLE | TcpFile, |
_Out_ PMIB_IPSTATS | pStats | ||
) |
Definition at line 421 of file ipstats_reactos.c.
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 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 | ( | _In_ HANDLE | TcpFile, |
_Out_ MIB_TCPSTATS * | pStats | ||
) |
Definition at line 439 of file ipstats_reactos.c.
PVOID getTcpTable | ( | CLASS_TABLE | Class | ) |
Definition at line 879 of file ipstats_reactos.c.
Referenced by GetExtendedTcpTable().
DWORD getUDPStats | ( | _In_ HANDLE | TcpFile, |
_Out_ MIB_UDPSTATS * | pStats | ||
) |
Definition at line 457 of file ipstats_reactos.c.
PVOID getUdpTable | ( | CLASS_TABLE | Class | ) |
Definition at line 771 of file ipstats_reactos.c.
Referenced by GetExtendedUdpTable().
Definition at line 521 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 258 of file ipstats_reactos.c.
Referenced by getInterfaceInfoSet().
|
static |
Definition at line 96 of file ipstats_reactos.c.
Referenced by getIPStats(), and getNumRoutes().
|
static |
Definition at line 154 of file ipstats_reactos.c.
Referenced by getTCPStats().
|
static |
Definition at line 196 of file ipstats_reactos.c.
Referenced by getUDPStats().
NTSTATUS tdiGetRoutesForIpEntity | ( | HANDLE | tcpFile, |
TDIEntityID * | ent, | ||
IPRouteEntry ** | routes, | ||
PDWORD | numRoutes | ||
) |
Definition at line 237 of file ipstats_reactos.c.
Referenced by getRouteTable().
WINE_DEFAULT_DEBUG_CHANNEL | ( | iphlpapi | ) |
struct _TABLE_CALL UdpTcpTableCall[] |
Referenced by getTcpTable(), and getUdpTable().