Definition in file netstack.h.
#include "net.h"
#include "arp.h"
#include "icmp.h"
#include "ip.h"
#include "nic.h"
Go to the source code of this file.
Defines | |
| #define | NET_BUFFERSIZE 500 |
Functions | |
| void | netstackService (void) |
| void | netstackIPProcess (unsigned int len, ip_hdr *packet) |
| void | netstackUDPIPProcess (unsigned int len, udpip_hdr *packet) __attribute__((weak)) |
| void | netstackTCPIPProcess (unsigned int len, tcpip_hdr *packet) __attribute__((weak)) |
1.4.2