Home
last modified time | relevance | path

Searched refs:functional_type (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/bsd/net/
H A Dnecp.h852 u_int32_t functional_type; member
H A Dntstat.c948 u_int32_t functional_type = if_functional_type(ifp, FALSE); in nstat_ifnet_to_flags() local
956 VERIFY(0 <= functional_type && functional_type <= IFRTYPE_FUNCTIONAL_LAST); in nstat_ifnet_to_flags()
958 switch (functional_type) { in nstat_ifnet_to_flags()
H A Dnecp.c7650 const u_int8_t functional_type = if_functional_type(ordered_interface, TRUE); in necp_get_primary_direct_interface_index() local
7651 if (functional_type != IFRTYPE_FUNCTIONAL_UNKNOWN && in necp_get_primary_direct_interface_index()
7652 functional_type != IFRTYPE_FUNCTIONAL_LOOPBACK) { in necp_get_primary_direct_interface_index()
H A Dnecp_client.c10236 interface_details.functional_type = if_functional_type(interface, TRUE); in necp_client_copy_interface()