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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_ethersubr.c160 sdl->sdl_type = IFT_ETHER;
187 sdl->sdl_type = IFT_ETHER;
H A Dif_types.h81 #define IFT_ETHER 0x6 /* Ethernet CSMACD */ macro
H A Dether_inet_pr_module.c162 sender_hw.sdl_type = IFT_ETHER;
294 out_ll->sdl_type = IFT_ETHER;
H A Dether_inet6_pr_module.c190 out_ll->sdl_type = IFT_ETHER;
H A Dif_vlan.c1039 case IFT_ETHER:
1226 ifnet_set_lladdr_and_type(ifp, ifnet_lladdr(p), ETHER_ADDR_LEN, IFT_ETHER);
1672 if (ifnet_type(p) != IFT_ETHER
H A Dether_if_module.c122 SYSCTL_NODE(_net_link, IFT_ETHER, ether, CTLFLAG_RW|CTLFLAG_LOCKED, 0, "Ethernet");
H A Dbridge.c489 if (ifp->if_type == IFT_ETHER) { /* ethernet ? */
H A Dif_bond.c1131 sdl.sdl_type = IFT_ETHER;
2108 IFT_ETHER);
2364 IFT_ETHER);
2845 if (ifnet_type(port_ifp) != IFT_ETHER) {
H A Dndrv.c174 ndrvsrc.sdl_type = IFT_ETHER;
H A Ddlil.c2574 if (ifp->if_type == IFT_ETHER) {
/macosx-10.5.8/xnu-1228.15.4/libkern/uuid/
H A Duuid.c61 if (sdl && sdl->sdl_family == AF_LINK && sdl->sdl_type == IFT_ETHER) {
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Ddrv_dep.c253 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;
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6.c2189 case IFT_ETHER:
2217 case IFT_ETHER:
H A Din6_ifattach.c301 case IFT_ETHER:
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_dhcp.c851 if (dl_p->sdl_type != IFT_ETHER) {

Completed in 119 milliseconds