Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dnecp.h848 struct necp_interface_details { struct
849 char name[IFXNAMSIZ];
850 u_int32_t index;
851 u_int32_t generation;
852 u_int32_t functional_type;
853 u_int32_t delegate_index;
854 u_int32_t flags; // see NECP_INTERFACE_FLAG_*
855 u_int32_t mtu;
856 struct necp_interface_signature ipv4_signature;
857 struct necp_interface_signature ipv6_signature;
[all …]