Definition in file netstack.c.
#include "rprintf.h"
#include "debug.h"
#include "netstack.h"
Go to the source code of this file.
Functions | |
void | netstackService (void) |
void | netstackIPProcess (unsigned int len, ip_hdr *packet) |
void | netstackUDPIPProcess (unsigned int len, udpip_hdr *packet) |
void | netstackTCPIPProcess (unsigned int len, tcpip_hdr *packet) |
Variables | |
unsigned char | NetBuffer [NET_BUFFERSIZE] |