Newer
Older
#include <bsd/sys/sys/eventhandler.h>
#include <bsd/sys/sys/mbuf.h>
#include <bsd/sys/net/if.h>
#include <bsd/sys/netinet/if_ether.h>
eventhandler_init(NULL);
arp_init();
if_init(NULL);
vnet_if_init(NULL);