KallistiOS git master
Independent SDK for the Sega Dreamcast
|
ISP configuration structure. More...
#include <dc/flashrom.h>
Data Fields | |
int | method |
DHCP, Static, dialup(?), PPPoE. | |
uint32_t | valid_fields |
Which fields are valid? | |
uint32_t | flags |
Various flags that can be set in options. | |
uint8_t | ip [4] |
Host IP address. | |
uint8_t | nm [4] |
Netmask. | |
uint8_t | bc [4] |
Broadcast address. | |
uint8_t | gw [4] |
Gateway address. | |
uint8_t | dns [2][4] |
DNS servers (2) | |
int | proxy_port |
Proxy server port. | |
char | hostname [24] |
DHCP/Host name. | |
char | email [64] |
Email address. | |
char | smtp [31] |
SMTP server. | |
char | pop3 [31] |
POP3 server. | |
char | pop3_login [20] |
POP3 login. | |
char | pop3_passwd [32] |
POP3 passwd. | |
char | proxy_host [31] |
Proxy server hostname. | |
char | ppp_login [29] |
PPP login. | |
char | ppp_passwd [20] |
PPP password. | |
char | out_prefix [9] |
Outside dial prefix. | |
char | cw_prefix [9] |
Call waiting prefix. | |
char | real_name [31] |
The "Real Name" field of PlanetWeb. | |
char | modem_init [33] |
The modem init string to use. | |
char | area_code [4] |
The area code the user is in. | |
char | ld_prefix [21] |
The long-distance dial prefix. | |
char | p1_areacode [4] |
Phone number 1's area code. | |
char | phone1 [26] |
Phone number 1. | |
char | p2_areacode [4] |
Phone number 2's area code. | |
char | phone2 [26] |
Phone number 2. | |
ISP configuration structure.
This structure will be filled in by flashrom_get_ispcfg() (DreamPassport) or flashrom_get_pw_ispcfg() (PlanetWeb). Thanks to Sam Steele for the information about DreamPassport's ISP settings.
char flashrom_ispcfg_t::area_code[4] |
The area code the user is in.
uint8_t flashrom_ispcfg_t::bc[4] |
Broadcast address.
char flashrom_ispcfg_t::cw_prefix[9] |
Call waiting prefix.
uint8_t flashrom_ispcfg_t::dns[2][4] |
DNS servers (2)
char flashrom_ispcfg_t::email[64] |
Email address.
uint32_t flashrom_ispcfg_t::flags |
Various flags that can be set in options.
uint8_t flashrom_ispcfg_t::gw[4] |
Gateway address.
char flashrom_ispcfg_t::hostname[24] |
DHCP/Host name.
uint8_t flashrom_ispcfg_t::ip[4] |
Host IP address.
char flashrom_ispcfg_t::ld_prefix[21] |
The long-distance dial prefix.
int flashrom_ispcfg_t::method |
DHCP, Static, dialup(?), PPPoE.
char flashrom_ispcfg_t::modem_init[33] |
The modem init string to use.
uint8_t flashrom_ispcfg_t::nm[4] |
Netmask.
char flashrom_ispcfg_t::out_prefix[9] |
Outside dial prefix.
char flashrom_ispcfg_t::p1_areacode[4] |
Phone number 1's area code.
char flashrom_ispcfg_t::p2_areacode[4] |
Phone number 2's area code.
char flashrom_ispcfg_t::phone1[26] |
Phone number 1.
char flashrom_ispcfg_t::phone2[26] |
Phone number 2.
char flashrom_ispcfg_t::pop3[31] |
POP3 server.
char flashrom_ispcfg_t::pop3_login[20] |
POP3 login.
char flashrom_ispcfg_t::pop3_passwd[32] |
POP3 passwd.
char flashrom_ispcfg_t::ppp_login[29] |
PPP login.
char flashrom_ispcfg_t::ppp_passwd[20] |
PPP password.
char flashrom_ispcfg_t::proxy_host[31] |
Proxy server hostname.
int flashrom_ispcfg_t::proxy_port |
Proxy server port.
char flashrom_ispcfg_t::real_name[31] |
The "Real Name" field of PlanetWeb.
char flashrom_ispcfg_t::smtp[31] |
SMTP server.
uint32_t flashrom_ispcfg_t::valid_fields |
Which fields are valid?