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

Connection method types stored within flashrom. More...

Macros

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

Detailed Description

Connection method types stored within flashrom.

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

Macro Definition Documentation

◆ FLASHROM_ISP_DHCP

#define FLASHROM_ISP_DHCP   1

DHCP-based ethernet.

◆ FLASHROM_ISP_DIALUP

#define FLASHROM_ISP_DIALUP   0

Dialup ISP.

◆ FLASHROM_ISP_PPPOE

#define FLASHROM_ISP_PPPOE   2

PPPoE-based ethernet.

◆ FLASHROM_ISP_STATIC

#define FLASHROM_ISP_STATIC   3

Static IP-based ethernet.