Searched refs:functional_type (Results 1 – 4 of 4) sorted by relevance
835 u_int32_t functional_type; member
670 u_int32_t functional_type = if_functional_type(ifp, FALSE); in nstat_ifnet_to_flags() local678 VERIFY(0 <= functional_type && functional_type <= IFRTYPE_FUNCTIONAL_LAST); in nstat_ifnet_to_flags()680 switch (functional_type) { in nstat_ifnet_to_flags()
7563 const u_int8_t functional_type = if_functional_type(ordered_interface, TRUE); in necp_get_primary_direct_interface_index() local7564 if (functional_type != IFRTYPE_FUNCTIONAL_UNKNOWN && in necp_get_primary_direct_interface_index()7565 functional_type != IFRTYPE_FUNCTIONAL_LOOPBACK) { in necp_get_primary_direct_interface_index()
9419 interface_details.functional_type = if_functional_type(interface, TRUE); in necp_client_copy_interface()