genericopenlibs/openenvcore/libc/test/testifioctls/inc/tifioctls.h
branchRCL_3
changeset 64 c44f36bb61a3
parent 0 e4d67989cc36
child 75 254b651f304e
--- a/genericopenlibs/openenvcore/libc/test/testifioctls/inc/tifioctls.h	Wed Sep 15 00:31:55 2010 +0300
+++ b/genericopenlibs/openenvcore/libc/test/testifioctls/inc/tifioctls.h	Wed Sep 15 14:02:55 2010 +0300
@@ -43,6 +43,15 @@
 _LIT(KTestMacAddressNegative1, "TestMacAddressNegative1");
 _LIT(KTestioctlfile, "Testioctlfile");
 _LIT(KTestioctl1, "Testioctl1");
+_LIT(KTestioctlGetIfIpAddr, "TestGetIfIPAddr");
+_LIT(KTestioctlGetIfAttributes, "TestGetIfAttributes");
+_LIT(KTestioctlSetIfAttributes, "TestSetIfAttributes");
+_LIT(KTestioctlSetIfDNSSuffix, "TestSetIfDNSSuffix");
+_LIT(KTestioctlGetIfDNSSuffix, "TestGetIfDNSSuffix");
+_LIT(KTestRouteIoctl, "TestRouteIoctl");
+_LIT(KTestNumberOfRoutesIoctl, "TestNumberOfRoutesIoctl");
+_LIT(KTestSetNameServers, "TestSetNameServers");
+_LIT(KTestGetNameServers, "TestGetNameServers");
 
 
 class CTestIfioctls : public CTestStep
@@ -75,7 +84,20 @@
 	TInt TestMacAddressNegative1();
 	TInt Testioctlfile();
 	TInt Testioctl1();
-	
+	TInt TestGetIfIPAddr();
+	TInt GetIapName(char * aIapName,int len);
+	TInt StartIap(const char *aIapName, int &fd);
+	TInt TestGetIfAttributes();
+	void printFlags(TInt flags);
+	TInt TestSetIfAttributes();
+	void FreeDnsSuffixes(char ** suffixes);
+	TInt TestSetIfDNSSuffix();
+	TInt TestGetIfDNSSuffix();	
+	TInt TestRouteIoctl();
+	TInt TestNumberOfRoutesIoctl();
+	TInt TestSetNameServers();
+	TInt TestGetNameServers();
+
 	// util function
 	void ReadStringParam(char* aString);
 public: