Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/net/ !
H A Dif_var_private.h1382 #define IFNET_IS_ETHERNET(_ifp) \ macro
H A Dntstat.c4747 if (!(IFNET_IS_ETHERNET(ifp) || IFNET_IS_CELLULAR(ifp))) { in nstat_ifnet_report_lim_stats()
H A Dnecp_client.c8550 if (!IFNET_IS_ETHERNET(ifp)) { in necp_client_flow_mac_and_gateway()
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/ !
H A Dfsw.c1453 } else if (IFNET_IS_ETHERNET(ifp)) { in fsw_port_ctor()
/xnu-12377.61.12/bsd/netinet6/ !
H A Dnd6_rtr.c533 if (ndopts.nd_opts_rti && IFNET_IS_ETHERNET(ifp)) { in nd6_ra_input()
/xnu-12377.61.12/bsd/skywalk/nexus/netif/ !
H A Dnx_netif.c490 } else if (IFNET_IS_ETHERNET(ifp)) { in nx_netif_compat_adjust_ring_size()