April 2012
Intermediate to advanced
352 pages
8h
English
The FreeBSD kernel provides the following functions for working with ifmedia structures:
#include <net/if.h> #include <net/if_media.h> void ifmedia_init(struct ifmedia *ifm, intdontcare_mask, ifm_change_cb_t
change_callback, ifm_stat_cb_t
status_callback); void ifmedia_add(struct ifmedia
*ifm, int ...