ReactOS 0.4.15-dev-7907-g95bf896
testlist.c File Reference
#include <apitest.h>
Include dependency graph for testlist.c:

Go to the source code of this file.

Macros

#define __ROS_LONG64__
 
#define STANDALONE
 

Functions

void func_GetExtendedTcpTable (void)
 
void func_GetExtendedUdpTable (void)
 
void func_GetInterfaceName (void)
 
void func_GetNetworkParams (void)
 
void func_GetOwnerModuleFromTcpEntry (void)
 
void func_GetOwnerModuleFromUdpEntry (void)
 
void func_icmp (void)
 
void func_SendARP (void)
 

Variables

const struct test winetest_testlist []
 

Macro Definition Documentation

◆ __ROS_LONG64__

#define __ROS_LONG64__

Definition at line 1 of file testlist.c.

◆ STANDALONE

#define STANDALONE

Definition at line 3 of file testlist.c.

Function Documentation

◆ func_GetExtendedTcpTable()

void func_GetExtendedTcpTable ( void  )

◆ func_GetExtendedUdpTable()

void func_GetExtendedUdpTable ( void  )

◆ func_GetInterfaceName()

void func_GetInterfaceName ( void  )

◆ func_GetNetworkParams()

void func_GetNetworkParams ( void  )

◆ func_GetOwnerModuleFromTcpEntry()

void func_GetOwnerModuleFromTcpEntry ( void  )

◆ func_GetOwnerModuleFromUdpEntry()

void func_GetOwnerModuleFromUdpEntry ( void  )

◆ func_icmp()

void func_icmp ( void  )

◆ func_SendARP()

void func_SendARP ( void  )

Variable Documentation

◆ winetest_testlist

const struct test winetest_testlist[]
Initial value:
=
{
{ "GetExtendedTcpTable", func_GetExtendedTcpTable },
{ "GetExtendedUdpTable", func_GetExtendedUdpTable },
{ "GetInterfaceName", func_GetInterfaceName },
{ "GetNetworkParams", func_GetNetworkParams },
{ "GetOwnerModuleFromTcpEntry", func_GetOwnerModuleFromTcpEntry },
{ "GetOwnerModuleFromUdpEntry", func_GetOwnerModuleFromUdpEntry },
{ "icmp", func_icmp },
{ "SendARP", func_SendARP },
{ 0, 0 }
}
void func_icmp(void)
void func_GetInterfaceName(void)
void func_GetExtendedUdpTable(void)
void func_GetOwnerModuleFromTcpEntry(void)
void func_GetExtendedTcpTable(void)
void func_GetOwnerModuleFromUdpEntry(void)
void func_SendARP(void)
void func_GetNetworkParams(void)

Definition at line 15 of file testlist.c.