pub unsafe static kODAttributeTypeIPAddressAndENetAddress: Option<&'static ODAttributeType>Available on crate feature
CFOpenDirectoryConstants only.Expand description
A pairing of IPv4 or IPv6 addresses with Ethernet addresses
A pairing of IPv4 or IPv6 addresses with Ethernet addresses (e.g., “10.1.1.1/00:16:cb:92:56:41”). Usually found on kODRecordTypeComputers for use by services that need specific pairing of the two values. This should be in addition to kODAttributeTypeIPAddress, kODAttributeTypeIPv6Address and kODAttributeTypeENetAddress. This is necessary because not all directories return attribute values in a guaranteed order.
See also Apple’s documentation