|
| 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[]) |
|
static void | LinkStateUp (void) |
|
static void | LinkStateDown (void) |
|
static void * | AllocRxPacket (unsigned int size, void **payload) |
|
static void | FreeRxPacket (void *packet) |
|
static void | EnQRxPacket (void *packet) |
|
static int | NextTxPacket (void **payload) |
|
static void | DeQTxPacket (void) |
|
static void | EnQTxPacket (struct pbuf *tx) |
|
static err_t | SMapLowLevelOutput (struct netif *pNetIF, struct pbuf *pOutput) |
|
static err_t | SMapIFInit (struct netif *pNetIF) |
|
static int | InitializeLWIP (void) |
|
static int | InitLWIPStack (IPAddr *IP, IPAddr *NM, IPAddr *GW) |
|
int | _start (int argc, char *argv[]) |
|
PS2 TCP/IP STACK FOR IOP
Definition in file ps2ip.c.