ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
ps2ip_internal.h File Reference
#include "lwip/sockets.h"
+ Include dependency graph for ps2ip_internal.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  t_ip_info
 

Macros

#define netif_dhcp_data(netif)   ((struct dhcp*)(netif)->client_data[LWIP_NETIF_CLIENT_DATA_INDEX_DHCP])
 
#define dbgprintf(args...)
 

Functions

err_t ps2ip_input (struct pbuf *p, struct netif *inp)
 

Macro Definition Documentation

◆ dbgprintf

#define dbgprintf (   args...)

Definition at line 32 of file ps2ip_internal.h.

◆ netif_dhcp_data

#define netif_dhcp_data (   netif)    ((struct dhcp*)(netif)->client_data[LWIP_NETIF_CLIENT_DATA_INDEX_DHCP])

Definition at line 16 of file ps2ip_internal.h.

Function Documentation

◆ ps2ip_input()

err_t ps2ip_input ( struct pbuf p,
struct netif inp 
)