Searched refs:ifnet_allocate_extended (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_loop.c661 result = ifnet_allocate_extended(&lo_init, &lo_ifp);
H A Dkpi_interface.h782 the interface when calling ifnet_allocate_extended. A copy of
1018 @function ifnet_allocate_extended
1028 extern errno_t ifnet_allocate_extended(const struct ifnet_init_eparams *init,
1156 This call may be issued post ifnet_allocate_extended in
1194 This call may be issued post ifnet_allocate_extended in
H A Dkpi_interface.c141 return (ifnet_allocate_extended(&einit, interface));
145 ifnet_allocate_extended(const struct ifnet_init_eparams *einit0, function
H A Dif_bridge.c1107 error = ifnet_allocate_extended(&init_params, &ifp);

Completed in 22 milliseconds