ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
t_ip_info Struct Reference

#include <ps2ip_internal.h>

+ Collaboration diagram for t_ip_info:

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]
 

Detailed Description

The structure that contains the network interface state

Definition at line 18 of file ps2ip_internal.h.

Field Documentation

◆ dhcp_enabled

u32 t_ip_info::dhcp_enabled

◆ dhcp_status

u32 t_ip_info::dhcp_status

Definition at line 25 of file ps2ip_internal.h.

Referenced by ethGetDHCPStatus(), and ps2ip_getconfig().

◆ gw

struct in_addr t_ip_info::gw

◆ hw_addr

u8 t_ip_info::hw_addr

Definition at line 26 of file ps2ip_internal.h.

Referenced by ps2ip_getconfig().

◆ ipaddr

struct in_addr t_ip_info::ipaddr

◆ netif_name

char t_ip_info::netif_name

Definition at line 20 of file ps2ip_internal.h.

Referenced by ps2ip_getconfig(), and ps2ip_setconfig().

◆ netmask

struct in_addr t_ip_info::netmask

The documentation for this struct was generated from the following files: