Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/net/
H A Dif_ports_used.c1225 last_wake_phy_if_functional_type = if_functional_type(ifp, true); in if_set_wake_physical_interface()
1331 event_data.una_wake_pkt_if_info.npi_if_functional_type = if_functional_type(ifp, true); in if_notify_unattributed_wake_mbuf()
1397 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.h1546 extern u_int32_t if_functional_type(struct ifnet *, bool);
H A Dif.c890 if_functional_type(struct ifnet *ifp, bool exclude_delegate) in if_functional_type() function
4222 ifr->ifr_functional_type = if_functional_type(ifp, FALSE); in ifioctl_ifreq()
H A Dnecp.c7563 const u_int8_t functional_type = if_functional_type(ordered_interface, TRUE); in necp_get_primary_direct_interface_index()
7832 …_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
7840 ev_ifdenied.ev_if_functional_type = if_functional_type; in necp_send_application_interface_denied_event()
H A Dnecp_client.c5554 if (if_functional_type(check_ifp, TRUE) == interface_type) { in necp_ifnet_matches_type()
9419 interface_details.functional_type = if_functional_type(interface, TRUE); in necp_client_copy_interface()
H A Dntstat.c670 u_int32_t functional_type = if_functional_type(ifp, FALSE); in nstat_ifnet_to_flags()