next up previous contents index
Next: 26.3.5 oskit_freebsd_net_ifconfig: configure an Up: 26.3 Interfaces Previous: 26.3.3 oskit_freebsd_net_open_first_ether_if: find and

26.3.4 oskit_freebsd_net_close_ether_if: close an ethernet interface

 

SYNOPSIS

#include <oskit/net/freebsd.h>

void oskit_freebsd_net_close_ether_if(struct oskit_freebsd_net_ether_if *eif);

DIRECTION

OS tex2html_wrap_inline32841 Network stack

DESCRIPTION

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.

PARAMETERS

eif
Interface to be closed.



University of Utah Flux Research Group