KallistiOS
##version##
|
Macros | |
#define | NETCFG_SRC_VMU 0 |
Read from a VMU. More... | |
#define | NETCFG_SRC_FLASH 1 |
Read from the flashrom. More... | |
#define | NETCFG_SRC_CWD 2 |
Read from the working directory. More... | |
#define | NETCFG_SRC_CDROOT 3 |
Read from the root of the CD. More... | |
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.