Home
last modified time | relevance | path

Searched refs:if_functional_type (Results 1 – 5 of 5) sorted by relevance

/xnu-8792.61.2/bsd/net/
H A Dif_var_private.h1374 extern u_int32_t if_functional_type(struct ifnet *, bool);
H A Dif.c812 if_functional_type(struct ifnet *ifp, bool exclude_delegate) in if_functional_type() function
3802 ifr->ifr_functional_type = if_functional_type(ifp, FALSE); in ifioctl_ifreq()
H A Dnecp.c6571 const u_int8_t functional_type = if_functional_type(ordered_interface, TRUE); in necp_get_primary_direct_interface_index()
6804 …_send_application_interface_denied_event(pid_t pid, uuid_t proc_uuid, u_int32_t if_functional_type) in necp_send_application_interface_denied_event() argument
6812 ev_ifdenied.ev_if_functional_type = if_functional_type; in necp_send_application_interface_denied_event()
H A Dnecp_client.c5354 if (if_functional_type(check_ifp, TRUE) == interface_type) { in necp_ifnet_matches_type()
8947 interface_details.functional_type = if_functional_type(interface, TRUE); in necp_client_copy_interface()
H A Dntstat.c338 u_int32_t functional_type = if_functional_type(ifp, FALSE); in nstat_ifnet_to_flags()