KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches

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.
 

Detailed Description

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.

Macro Definition Documentation

◆ NETCFG_METHOD_DHCP

#define NETCFG_METHOD_DHCP   0

Use DHCP to configure.

◆ NETCFG_METHOD_PPPOE

#define NETCFG_METHOD_PPPOE   4

Use PPPoE.

◆ NETCFG_METHOD_STATIC

#define NETCFG_METHOD_STATIC   1

Static network configuration.