tcpiputils/dhcp/include/DHCP_Std.h
branchRCL_3
changeset 58 8d540f55e491
parent 57 abbed5a4b42a
child 75 c1029e558ef5
--- a/tcpiputils/dhcp/include/DHCP_Std.h	Tue Aug 31 16:45:15 2010 +0300
+++ b/tcpiputils/dhcp/include/DHCP_Std.h	Wed Sep 01 12:33:58 2010 +0100
@@ -40,6 +40,9 @@
 
 IMPORT_C TInt E32Main();
 
+// DHCP ini file used for configuring extra options and additions configurability
+_LIT(DHCP_INI_DATA,"dhcp.ini");
+
 #ifdef EKA2
 _LIT(KDHCPServerName,"!DHCPServ");
 #else
@@ -159,7 +162,9 @@
 //    specific numbers must have KConnWriteUserDataBit/KConnReadUserDataBit set as appropriate
 const TUint KDhcpInterfaceDbgIoctl    = 0x2000;
 
-
+_LIT(KDhcpExtraOptions, "ExtraDhcpOptions");
+_LIT(KDhcpSection, "DHCP");
+const TInt KOpCodeOutOfBounds = 0x100;