ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <ps2ip_internal.h>
Data Fields | |
char | netif_name [4] |
struct in_addr | ipaddr |
struct in_addr | netmask |
struct in_addr | gw |
u32 | dhcp_enabled |
u32 | dhcp_status |
u8 | hw_addr [8] |
The structure that contains the network interface state
Definition at line 18 of file ps2ip_internal.h.
u32 t_ip_info::dhcp_enabled |
Definition at line 24 of file ps2ip_internal.h.
Referenced by ethApplyIPConfig(), ethGetDHCPStatus(), ps2ip_getconfig(), and ps2ip_setconfig().
u32 t_ip_info::dhcp_status |
Definition at line 25 of file ps2ip_internal.h.
Referenced by ethGetDHCPStatus(), and ps2ip_getconfig().
struct in_addr t_ip_info::gw |
Definition at line 20 of file ps2ip_internal.h.
Referenced by ethApplyIPConfig(), ethPrintIPConfig(), ps2ip_getconfig(), and ps2ip_setconfig().
u8 t_ip_info::hw_addr |
Definition at line 26 of file ps2ip_internal.h.
Referenced by ps2ip_getconfig().
struct in_addr t_ip_info::ipaddr |
Definition at line 20 of file ps2ip_internal.h.
Referenced by ethApplyIPConfig(), ethPrintIPConfig(), ps2ip_getconfig(), and ps2ip_setconfig().
char t_ip_info::netif_name |
Definition at line 20 of file ps2ip_internal.h.
Referenced by ps2ip_getconfig(), and ps2ip_setconfig().
struct in_addr t_ip_info::netmask |
Definition at line 20 of file ps2ip_internal.h.
Referenced by ethApplyIPConfig(), ethPrintIPConfig(), ps2ip_getconfig(), and ps2ip_setconfig().