Home
last modified time | relevance | path

Searched refs:address_count (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/bsd/net/
H A Dether_inet_pr_module.c393 uint16_t address_count = 0; in ether_inet_event() local
394 ifaddr_ref_t * __counted_by(address_count) addresses = NULL; in ether_inet_event()
403 if (ifnet_get_address_list_family_with_count(ifp, &addresses, &address_count, AF_INET) == 0) { in ether_inet_event()
410 ifnet_address_list_free_counted_by(addresses, address_count); in ether_inet_event()