7eaff2e2537154fa16dc3a0ece1a845b63deb30e
6 extern void func_GetNetworkParams(void);
7 extern void func_icmp(void);
8 extern void func_SendARP(void);
10 const struct test winetest_testlist
[] =
12 { "GetNetworkParams", func_GetNetworkParams
},
13 { "icmp", func_icmp
},
14 { "SendARP", func_SendARP
},