ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include "lwip/sockets.h"
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) |
#define dbgprintf | ( | args... | ) |
Definition at line 32 of file ps2ip_internal.h.
#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.