Embedded Xinu Operating System
An ongoing research project and educational operating system.
 All Data Structures Files Functions Variables Typedefs Enumerations Macros Groups Pages
Macros | Functions | Variables
test_netif.c File Reference
#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
 

Function Documentation

thread test_netif ( bool  verbose)

Tests the network interfaces.

Returns
OK when testing is complete