PS2SDK
PS2 Homebrew Libraries
|
#include <types.h>
#include <stdio.h>
#include <intrman.h>
#include <loadcore.h>
#include <thbase.h>
#include <sysclib.h>
#include <thevent.h>
#include <sysmem.h>
#include <lwip/memp.h>
#include "lwip/sys.h"
#include "lwip/tcp.h"
#include "lwip/tcpip.h"
#include "lwip/prot/dhcp.h"
#include "lwip/netif.h"
#include "lwip/dhcp.h"
#include "lwip/inet.h"
#include "netif/etharp.h"
#include "ps2ip_internal.h"
Go to the source code of this file.
Macros | |
#define | MODNAME "TCP/IP Stack" |
Typedefs | |
typedef struct pbuf | PBuf |
typedef struct netif | NetIF |
typedef struct ip4_addr | IPAddr |
Functions | |
IRX_ID (MODNAME, 2, 3) | |
int | ps2ip_getconfig (char *pszName, t_ip_info *pInfo) |
int | ps2ip_setconfig (const t_ip_info *pInfo) |
static void | InitDone (void *pvArg) |
err_t | ps2ip_input (PBuf *pInput, NetIF *pNetIF) |
int | _exit (int argc, char *argv[]) |
int | _start (int argc, char *argv[]) |
Variables | |
struct irx_export_table | _exp_ps2ip |
PS2 TCP/IP STACK FOR IOP
Definition in file ps2ip.c.