Searched refs:ifnet_list_get (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h2379 @function ifnet_list_get
2381 point to an array allocated by ifnet_list_get. The interfaces
2392 extern errno_t ifnet_list_get(ifnet_family_t family, ifnet_t **interfaces,
2399 point to an array allocated by ifnet_list_get. The interfaces
2402 ifnet_list_free. This is similar to ifnet_list_get, except
2417 @discussion Free a list of interfaces returned by ifnet_list_get.
2422 @param interfaces An array of interface references from ifnet_list_get.
H A Dkpi_interface.c1647 ifnet_list_get(ifnet_family_t family, ifnet_t **list, u_int32_t *count) function
H A Ddlil.c3761 if (ifnet_list_get(IFNET_FAMILY_ANY, &ifp_list, &count) == 0) {

Completed in 34 milliseconds