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

/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c233 struct ether_addr ifc_mac; member in struct:iflib_ctx
274 bcopy(mac, ctx->ifc_mac.octet, ETHER_ADDR_LEN);
5312 ether_ifattach(ctx->ifc_ifp, ctx->ifc_mac.octet);
5403 ether_gen_addr(ifp, &ctx->ifc_mac);
5423 ether_ifattach(ctx->ifc_ifp, ctx->ifc_mac.octet);
5524 ether_ifattach(ctx->ifc_ifp, ctx->ifc_mac.octet);

Completed in 79 milliseconds