Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <stddef.h>
#include <ethloop.h>
#include <interrupt.h>
#include <ipv4.h>
#include <network.h>
#include <snoop.h>
#include <pcap.h>
#include <testsuite.h>
#include <thread.h>
Macros | |
#define | ELOOP (-1) |
#define | NNETIF (-1) |
Functions | |
thread | test_netif (bool verbose) |
Variables | |
int | _binary_data_testnetif_pcap_start |
thread test_netif | ( | bool | verbose | ) |
Tests the network interfaces.