KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Network configuration information. More...
#include <kos/netcfg.h>
Data Fields | |
int | src |
Where was this configuration read from? | |
int | method |
How should the network be configured? | |
uint32 | ip |
IPv4 address of the console. | |
uint32 | gateway |
IPv4 address of the gateway/router. | |
uint32 | netmask |
Network mask for the local net. | |
uint32 | broadcast |
Broadcast address for the local net. | |
uint32 | dns [2] |
IPv4 address of the DNS servers. | |
char | hostname [64] |
DNS/DHCP hostname. | |
char | email [64] |
E-Mail address. | |
char | smtp [64] |
SMTP server address. | |
char | pop3 [64] |
POP3 server address. | |
char | pop3_login [64] |
POP3 server username. | |
char | pop3_passwd [64] |
POP3 server password. | |
char | proxy_host [64] |
Proxy server address. | |
int | proxy_port |
Proxy server port. | |
char | ppp_login [64] |
PPP Username. | |
char | ppp_passwd [64] |
PPP Password. | |
char | driver [64] |
Driver program filename (if any). | |
Network configuration information.
This structure contains information about the network configuration of the system, as set up by the user.
uint32 netcfg_t::broadcast |
Broadcast address for the local net.
uint32 netcfg_t::dns[2] |
IPv4 address of the DNS servers.
char netcfg_t::driver[64] |
Driver program filename (if any).
char netcfg_t::email[64] |
E-Mail address.
uint32 netcfg_t::gateway |
IPv4 address of the gateway/router.
char netcfg_t::hostname[64] |
DNS/DHCP hostname.
uint32 netcfg_t::ip |
IPv4 address of the console.
int netcfg_t::method |
How should the network be configured?
uint32 netcfg_t::netmask |
Network mask for the local net.
char netcfg_t::pop3[64] |
POP3 server address.
char netcfg_t::pop3_login[64] |
POP3 server username.
char netcfg_t::pop3_passwd[64] |
POP3 server password.
char netcfg_t::ppp_login[64] |
PPP Username.
char netcfg_t::ppp_passwd[64] |
PPP Password.
char netcfg_t::proxy_host[64] |
Proxy server address.
int netcfg_t::proxy_port |
Proxy server port.
char netcfg_t::smtp[64] |
SMTP server address.
int netcfg_t::src |
Where was this configuration read from?