Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/net/
H A Dif_var_private.h1220 #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.c5298 if (!IFNET_IS_ETHERNET(ifp)) { in trace_pkt_dump_payload()
/xnu-8796.121.2/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1326 } else if (IFNET_IS_ETHERNET(ifp)) { in fsw_port_ctor()
/xnu-8796.121.2/bsd/netinet6/
H A Dnd6_rtr.c468 if (ndopts.nd_opts_rti && IFNET_IS_ETHERNET(ifp)) { in nd6_ra_input()
/xnu-8796.121.2/bsd/skywalk/nexus/netif/
H A Dnx_netif.c489 } else if (IFNET_IS_ETHERNET(ifp)) { in nx_netif_compat_adjust_ring_size()