Home
last modified time | relevance | path

Searched defs:necp_interface_details (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.141.1/bsd/net/
H A Dnecp.h795 struct necp_interface_details { struct
796 char name[IFXNAMSIZ];
797 u_int32_t index;
798 u_int32_t generation;
799 u_int32_t functional_type;
800 u_int32_t delegate_index;
801 u_int32_t flags; // see NECP_INTERFACE_FLAG_*
802 u_int32_t mtu;
803 struct necp_interface_signature ipv4_signature;
804 struct necp_interface_signature ipv6_signature;
[all …]