tcpiputils/dhcp/include/DHCP_Std.h
branchRCL_3
changeset 22 8d540f55e491
parent 21 abbed5a4b42a
equal deleted inserted replaced
21:abbed5a4b42a 22:8d540f55e491
    37 #endif
    37 #endif
    38 
    38 
    39 __CFLOG_STMT(_LIT8(KLogSubSysDHCP, "DHCP");) // subsystem name
    39 __CFLOG_STMT(_LIT8(KLogSubSysDHCP, "DHCP");) // subsystem name
    40 
    40 
    41 IMPORT_C TInt E32Main();
    41 IMPORT_C TInt E32Main();
       
    42 
       
    43 // DHCP ini file used for configuring extra options and additions configurability
       
    44 _LIT(DHCP_INI_DATA,"dhcp.ini");
    42 
    45 
    43 #ifdef EKA2
    46 #ifdef EKA2
    44 _LIT(KDHCPServerName,"!DHCPServ");
    47 _LIT(KDHCPServerName,"!DHCPServ");
    45 #else
    48 #else
    46 _LIT(KDHCPServerName,"DHCPServ");
    49 _LIT(KDHCPServerName,"DHCPServ");
   157 
   160 
   158 //-- IOCTL level for per-interface debug functions.
   161 //-- IOCTL level for per-interface debug functions.
   159 //    specific numbers must have KConnWriteUserDataBit/KConnReadUserDataBit set as appropriate
   162 //    specific numbers must have KConnWriteUserDataBit/KConnReadUserDataBit set as appropriate
   160 const TUint KDhcpInterfaceDbgIoctl    = 0x2000;
   163 const TUint KDhcpInterfaceDbgIoctl    = 0x2000;
   161 
   164 
   162 
   165 _LIT(KDhcpExtraOptions, "ExtraDhcpOptions");
       
   166 _LIT(KDhcpSection, "DHCP");
       
   167 const TInt KOpCodeOutOfBounds = 0x100;
   163 
   168 
   164 
   169 
   165 
   170 
   166 
   171 
   167 class TDhcpRnd
   172 class TDhcpRnd