KallistiOS
##version##
|
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... | |
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.
#define NETCFG_METHOD_DHCP 0 |
Use DHCP to configure.
#define NETCFG_METHOD_PPPOE 4 |
Use PPPoE.
#define NETCFG_METHOD_STATIC 1 |
Static network configuration.