#include <oskit/net/freebsd.h>void oskit_freebsd_net_close_ether_if(struct oskit_freebsd_net_ether_if *eif);
OS Network stack
The function closes the interface and frees the oskit_freebsd_net_ether_if structure.This is currently done by releasing the two netio instances and the oskit_etherdev_t instance in struct oskit_freebsd_net_ether_if.
- eif
- Interface to be closed.