Lines Matching refs:interfaces

30 	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 */
885 u_int32_t broadcast_len; /* required for non point-to-point interfaces */
1004 refcounted by all of the stack, the interfaces may be freed and
1293 interface. This parameter is not required for interfaces such as
2267 and bond interfaces.
2380 @discussion Get a list of attached interfaces. List will be set to
2381 point to an array allocated by ifnet_list_get. The interfaces
2383 function returns. The list of interfaces must be freed using
2386 find interfaces of all families, use IFNET_FAMILY_ANY.
2387 @param interfaces A pointer to an array of interface references.
2389 matching interfaces in the array.
2392 extern errno_t ifnet_list_get(ifnet_family_t family, ifnet_t **interfaces,
2398 @discussion Get a list of attached interfaces. List will be set to
2399 point to an array allocated by ifnet_list_get. The interfaces
2401 function returns. The list of interfaces must be freed using
2403 that it includes interfaces that are detaching.
2405 find interfaces of all families, use IFNET_FAMILY_ANY.
2406 @param interfaces A pointer to an array of interface references.
2408 matching interfaces in the array.
2411 extern errno_t ifnet_list_get_all(ifnet_family_t family, ifnet_t **interfaces,
2417 @discussion Free a list of interfaces returned by ifnet_list_get.
2422 @param interfaces An array of interface references from ifnet_list_get.
2424 extern void ifnet_list_free(ifnet_t *interfaces);
2693 /* for interfaces that support dynamic node absence/presence events */