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

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.c81 static errno_t ifnet_list_get_common(ifnet_family_t, boolean_t, ifnet_t **,
1649 return (ifnet_list_get_common(family, FALSE, list, count));
1655 return (ifnet_list_get_common(family, TRUE, list, count));
1664 ifnet_list_get_common(ifnet_family_t family, boolean_t get_all, ifnet_t **list, function

Completed in 19 milliseconds