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

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.
 

Detailed Description

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.

Macro Definition Documentation

◆ NETCFG_SRC_CDROOT

#define NETCFG_SRC_CDROOT   3

Read from the root of the CD.

◆ NETCFG_SRC_CWD

#define NETCFG_SRC_CWD   2

Read from the working directory.

◆ NETCFG_SRC_FLASH

#define NETCFG_SRC_FLASH   1

Read from the flashrom.

◆ NETCFG_SRC_VMU

#define NETCFG_SRC_VMU   0

Read from a VMU.