#include <stdio.h>
#include <ppc/timebase.h>
#include "lwipopts.h"
#include "lwip/debug.h"
#include "lwip/timers.h"
#include "lwip/mem.h"
#include "lwip/memp.h"
#include "lwip/sys.h"
#include "lwip/init.h"
#include "lwip/dhcp.h"
#include "lwip/stats.h"
#include "lwip/ip.h"
#include "lwip/udp.h"
#include "lwip/tcp.h"
#include "lwip/tcp_impl.h"
Go to the source code of this file.
|
#define | NTOA(ip) (int)((ip.addr>>24)&0xff), (int)((ip.addr>>16)&0xff), (int)((ip.addr>>8)&0xff), (int)(ip.addr&0xff) |
|
◆ NTOA
#define NTOA |
( |
|
ip | ) |
(int)((ip.addr>>24)&0xff), (int)((ip.addr>>16)&0xff), (int)((ip.addr>>8)&0xff), (int)(ip.addr&0xff) |
◆ enet_init()
◆ enet_poll()
void enet_poll |
( |
struct netif * |
netif | ) |
|
◆ network_init()
◆ network_poll()
◆ network_print_config()
void network_print_config |
( |
| ) |
|
◆ gateway
◆ ipaddr
◆ netif
◆ netmask