Searched refs:IFT_ETHER (Results 1 - 18 of 18) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Dif_types.h81 #define IFT_ETHER 0x6 /* Ethernet CSMACD */ macro
H A Dether_inet_pr_module.c152 sender_hw.sdl_type = IFT_ETHER;
303 out_ll->sdl_type = IFT_ETHER;
H A Dether_inet6_pr_module.c196 out_ll->sdl_type = IFT_ETHER;
H A Diptap.c62 if (type != IFT_ETHER && \
H A Dether_if_module.c125 SYSCTL_NODE(_net_link, IFT_ETHER, ether, CTLFLAG_RW|CTLFLAG_LOCKED, 0, "Ethernet");
H A Dif_vlan.c1219 case IFT_ETHER:
1417 ifnet_set_lladdr_and_type(ifp, ifnet_lladdr(p), ETHER_ADDR_LEN, IFT_ETHER);
1887 if (ifnet_type(p) != IFT_ETHER
H A Dif_bond.c1102 sdl.sdl_type = IFT_ETHER;
2090 IFT_ETHER);
2346 IFT_ETHER);
2808 if (ifnet_type(port_ifp) != IFT_ETHER) {
H A Dif_bridge.c1205 IFT_ETHER);
1799 case IFT_ETHER:
1951 case IFT_ETHER:
2583 case IFT_ETHER:
H A Dndrv.c179 ndrvsrc.sdl_type = IFT_ETHER;
H A Dbridgestp.c2114 if (ifp->if_type != IFT_ETHER)
2274 case IFT_ETHER: /* These can do spanning tree. */
H A Ddlil.c4452 ifp->if_type == IFT_ETHER || ifp->if_type == IFT_CELLULAR) {
5657 if (sdl->sdl_type == IFT_ETHER) {
/darwin-on-arm/xnu/bsd/netat/
H A Ddrv_dep.c251 if (ifID->aa_ifp->if_type == IFT_ETHER ||
H A Dddp_lap.c1431 case IFT_ETHER:
1520 case IFT_ETHER:
1598 sdl.sdl_type = IFT_ETHER;
1636 sdl.sdl_type = IFT_ETHER;
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_nbr.c1477 case IFT_ETHER:
2052 case IFT_ETHER:
H A Din6_ifattach.c291 case IFT_ETHER:
H A Dnd6.c3411 case IFT_ETHER:
3445 case IFT_ETHER:
H A Din6.c3511 case IFT_ETHER: /* RFC2464 */
/darwin-on-arm/xnu/bsd/netinet/
H A Din_dhcp.c833 if (dl_p->sdl_type != IFT_ETHER) {

Completed in 201 milliseconds