KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Network connection methods More...
Macros | |
#define | NETCFG_METHOD_DHCP 0 |
Use DHCP to configure. | |
#define | NETCFG_METHOD_STATIC 1 |
Static network configuration. | |
#define | NETCFG_METHOD_PPPOE 4 |
Use PPPoE. | |
Network connection methods
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.