#include <revolution/ncd.h>
/* the TCP/IP-specific settings structure */
typedef struct NCDIpConfig
{
BOOL useDhcp;
BOOL useProxy;
NCDIpProfile ip;
NCDIpAdjustProfile adjust;
NCDProxyProfile proxy;
} NCDIpConfig;
The structure storing the settings specific to TCP/IP.
Sets whether DHCP is used and whether a proxy is used for HTTP connections. If DHCP is not to be used, the IP address information must be set in ip. In addition, if a proxy is to be used, the appropriate proxy settings must be set in proxy.
None.
2006/08/09 Initial version.
CONFIDENTIAL