PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
t_ip_info Struct Reference

#include <tcpip.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 1960 of file tcpip.h.

Field Documentation

◆ netif_name

char t_ip_info::netif_name

Definition at line 1962 of file tcpip.h.

◆ ipaddr

struct in_addr t_ip_info::ipaddr

Definition at line 1963 of file tcpip.h.

◆ netmask

struct in_addr t_ip_info::netmask

Definition at line 1964 of file tcpip.h.

◆ gw

struct in_addr t_ip_info::gw

Definition at line 1965 of file tcpip.h.

◆ dhcp_enabled

u32 t_ip_info::dhcp_enabled

Definition at line 1966 of file tcpip.h.

◆ dhcp_status

u32 t_ip_info::dhcp_status

Definition at line 1967 of file tcpip.h.

◆ hw_addr

u8 t_ip_info::hw_addr

Definition at line 1968 of file tcpip.h.


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