diff -r 3652a10b304a -r 7e41d162e158 tcpiputils/dhcp/include/DHCP_Std.h --- a/tcpiputils/dhcp/include/DHCP_Std.h Thu Jul 15 20:25:02 2010 +0300 +++ b/tcpiputils/dhcp/include/DHCP_Std.h Thu Aug 19 11:25:30 2010 +0300 @@ -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;