Searched refs:if_register_com_alloc (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/net/
H A Dif_atmsubr.c484 if_register_com_alloc(IFT_ATM, atm_alloc, atm_free);
H A Dif_iso88025subr.c801 if_register_com_alloc(IFT_ISO88025, iso88025_alloc,
H A Dif_fwsubr.c827 if_register_com_alloc(IFT_IEEE1394,
H A Dif_arcsubr.c860 if_register_com_alloc(IFT_ARCNET, arc_alloc, arc_free);
H A Dif_var.h1006 void if_register_com_alloc(u_char type, if_com_alloc_t *a, if_com_free_t *f);
H A Dif_ethersubr.c1240 if_register_com_alloc(IFT_ETHER, ether_alloc, ether_free);
H A Dif.c3705 if_register_com_alloc(u_char type, function
3710 ("if_register_com_alloc: %d already registered", type));
3712 ("if_register_com_alloc: %d free already registered", type));
H A Dif_spppsubr.c484 if_register_com_alloc(IFT_PPP, sppp_alloc, sppp_free);
/freebsd-10-stable/sys/net80211/
H A Dieee80211_freebsd.c75 * these routines are registered with if_register_com_alloc
889 if_register_com_alloc(IFT_IEEE80211, wlan_alloc, wlan_free);

Completed in 193 milliseconds