KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Network configuration sources More...
Macros | |
#define | NETCFG_SRC_VMU 0 |
Read from a VMU. | |
#define | NETCFG_SRC_FLASH 1 |
Read from the flashrom. | |
#define | NETCFG_SRC_CWD 2 |
Read from the working directory. | |
#define | NETCFG_SRC_CDROOT 3 |
Read from the root of the CD. | |
Network configuration sources
These constants give the list of places that the network configuration might be read from. One of these constants should be in the src field of objects of type netcfg_t.
#define NETCFG_SRC_CDROOT 3 |
Read from the root of the CD.
#define NETCFG_SRC_CWD 2 |
Read from the working directory.
#define NETCFG_SRC_FLASH 1 |
Read from the flashrom.
#define NETCFG_SRC_VMU 0 |
Read from a VMU.