Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/net/
H A Dif_var_private.h1230 #define IFNET_IS_ETHERNET(_ifp) \ macro
H A Dntstat.c4029 if (!(IFNET_IS_ETHERNET(ifp) || IFNET_IS_CELLULAR(ifp))) { in nstat_ifnet_report_ecn_stats()
4176 if (!(IFNET_IS_ETHERNET(ifp) || IFNET_IS_CELLULAR(ifp))) { in nstat_ifnet_report_lim_stats()
H A Ddlil.c5299 if (!IFNET_IS_ETHERNET(ifp)) { in trace_pkt_dump_payload()
/xnu-8792.81.2/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1323 } else if (IFNET_IS_ETHERNET(ifp)) { in fsw_port_ctor()
/xnu-8792.81.2/bsd/netinet6/
H A Dnd6_rtr.c469 if (ndopts.nd_opts_rti && IFNET_IS_ETHERNET(ifp)) { in nd6_ra_input()
/xnu-8792.81.2/bsd/skywalk/nexus/netif/
H A Dnx_netif.c491 } else if (IFNET_IS_ETHERNET(ifp)) { in nx_netif_compat_adjust_ring_size()