KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
Network configuration sources

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...
 

Detailed Description

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.

Macro Definition Documentation

#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.