Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dif_ports_used.c1420 last_wake_phy_if_functional_type = if_functional_type(ifp, true); in if_set_wake_physical_interface()
1598 event_data.una_wake_pkt_if_info.npi_if_functional_type = if_functional_type(ifp, true); in if_notify_unattributed_wake_mbuf()
1663 event_data.wake_pkt_if_info.npi_if_functional_type = if_functional_type(ifp, true); in if_notify_wake_packet()
H A Dif_var_private.h1566 extern u_int32_t if_functional_type(struct ifnet *, bool);
H A Dif.c897 if_functional_type(struct ifnet *ifp, bool exclude_delegate) in if_functional_type() function
4205 ifr->ifr_functional_type = if_functional_type(ifp, FALSE); in ifioctl_ifreq()
H A Dnecp.c7650 const u_int8_t functional_type = if_functional_type(ordered_interface, TRUE); in necp_get_primary_direct_interface_index()
7919 …_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
7927 ev_ifdenied.ev_if_functional_type = if_functional_type; in necp_send_application_interface_denied_event()
H A Dnecp_client.c5804 if (if_functional_type(check_ifp, TRUE) == interface_type) { in necp_ifnet_matches_type()
10236 interface_details.functional_type = if_functional_type(interface, TRUE); in necp_client_copy_interface()
H A Dntstat.c948 u_int32_t functional_type = if_functional_type(ifp, FALSE); in nstat_ifnet_to_flags()