Newer
Older
#include <bsd/porting/netport.h>
#include <bsd/sys/sys/libkern.h>
#include <bsd/sys/sys/eventhandler.h>
#include <bsd/sys/sys/mbuf.h>
#include <bsd/sys/netinet/if_ether.h>
#include <bsd/sys/netinet/in_pcb.h>
#include <bsd/sys/net/ethernet.h>
eventhandler_init(NULL);
if_init(NULL);
vnet_if_init(NULL);
ipport_tick_init(NULL);