Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp.h734 struct necp_interface_details { struct
735 char name[IFXNAMSIZ];
736 u_int32_t index;
737 u_int32_t generation;
738 u_int32_t functional_type;
739 u_int32_t delegate_index;
740 u_int32_t flags; // see NECP_INTERFACE_FLAG_*
741 u_int32_t mtu;
742 struct necp_interface_signature ipv4_signature;
743 struct necp_interface_signature ipv6_signature;
[all …]