KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
Network connection methods

Macros

#define NETCFG_METHOD_DHCP   0
 Use DHCP to configure. More...
 
#define NETCFG_METHOD_STATIC   1
 Static network configuration. More...
 
#define NETCFG_METHOD_PPPOE   4
 Use PPPoE. More...
 

Detailed Description

These constants give the list of network connection methods that are supported by the netcfg_t type. One of these will be in the method field of objects of that type.

Macro Definition Documentation

#define NETCFG_METHOD_DHCP   0

Use DHCP to configure.

#define NETCFG_METHOD_PPPOE   4

Use PPPoE.

#define NETCFG_METHOD_STATIC   1

Static network configuration.