Embedded Xinu Operating System
An ongoing research project and educational operating system.
|
#include <conf.h>
#include <device.h>
#include <interrupt.h>
#include <network.h>
#include <route.h>
#include <stdio.h>
#include <stdlib.h>
#include <thread.h>
#include <core.h>
Functions | |
syscall | netUp (int descrp, const struct netaddr *ip, const struct netaddr *mask, const struct netaddr *gateway) |