Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Dif_var_private.h1262 #define IFNET_IS_ETHERNET(_ifp) \ macro
H A Dntstat.c4379 if (!(IFNET_IS_ETHERNET(ifp) || IFNET_IS_CELLULAR(ifp))) { in nstat_ifnet_report_lim_stats()
/xnu-11215/bsd/skywalk/nexus/flowswitch/
H A Dfsw.c1442 } else if (IFNET_IS_ETHERNET(ifp)) { in fsw_port_ctor()
/xnu-11215/bsd/netinet6/
H A Dnd6_rtr.c490 if (ndopts.nd_opts_rti && IFNET_IS_ETHERNET(ifp)) { in nd6_ra_input()
/xnu-11215/bsd/skywalk/nexus/netif/
H A Dnx_netif.c491 } else if (IFNET_IS_ETHERNET(ifp)) { in nx_netif_compat_adjust_ring_size()