Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>
#include <arp.h>
#include <device.h>
#include <ethernet.h>
#include <network.h>
#include <ipv4.h>
#include <snoop.h>
#include <stdlib.h>
#include <string.h>
#include <thread.h>
Functions | |
thread | netRecv (struct netif *netptr) |