KallistiOS  ##version##
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Macros
Connection method types

Macros

#define FLASHROM_ISP_DHCP   0
 DHCP-based ethernet. More...
 
#define FLASHROM_ISP_STATIC   1
 Static IP-based ethernet. More...
 
#define FLASHROM_ISP_DIALUP   2
 Dialup ISP. More...
 
#define FLASHROM_ISP_PPPOE   4
 PPPoE-based ethernet. More...
 

Detailed Description

These values are representative of what type of ISP is configured in the flashrom.

Macro Definition Documentation

#define FLASHROM_ISP_DHCP   0

DHCP-based ethernet.

#define FLASHROM_ISP_DIALUP   2

Dialup ISP.

#define FLASHROM_ISP_PPPOE   4

PPPoE-based ethernet.

#define FLASHROM_ISP_STATIC   1

Static IP-based ethernet.