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

/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.h30 This header defines an API to interact with network interfaces in
32 network interfaces or to attach protocols to existing interfaces.
171 with the getPhysicalSegmentsWithCoalesce interfaces and
273 from the list of interfaces. When ifnet_detach is called, it may
640 ifnet_check_multi check_multi; /* required for non point-to-point interfaces */
647 const void *broadcast_addr; /* required for non point-to-point interfaces */
648 u_int32_t broadcast_len; /* required for non point-to-point interfaces */
877 ifnet_check_multi check_multi; /* required for non point-to-point interfaces */
884 const void *broadcast_addr; /* required for non point-to-point interfaces */
[all...]
H A Dkpi_interface.c1729 ifnet_list_free(ifnet_t *interfaces) argument
1733 if (interfaces == NULL)
1736 for (i = 0; interfaces[i]; i++)
1737 ifnet_release(interfaces[i]);
1739 FREE(interfaces, M_TEMP);

Completed in 22 milliseconds