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

/haiku/headers/private/firewire/
H A Deui64.h47 u_char octet[EUI64_LEN]; member in struct:eui64
/haiku/src/bin/fwcontrol/
H A Deui64.c196 e->octet[0]=o0;
197 e->octet[1]=o1;
198 e->octet[2]=o2;
199 e->octet[3]=o3;
200 e->octet[4]=o4;
201 e->octet[5]=o5;
202 e->octet[6]=o6;
203 e->octet[7]=o7;
217 id->octet[0], id->octet[
[all...]
H A Dfwcontrol.c120 *(u_int32_t*)&(eui->octet[0]) = htonl(fweui->hi);
121 *(u_int32_t*)&(eui->octet[4]) = htonl(fweui->lo);
1056 eui.hi = ntohl(*(u_int32_t*)&(target.octet[0]));
1057 eui.lo = ntohl(*(u_int32_t*)&(target.octet[4]));
/haiku/src/system/libnetwork/netresolv/net/
H A Dgetnetnamadr.c135 unsigned long octet[4]; local
146 octet[octidx] = strtoul(sp, &ep, 10);
150 /* and is 0 <= octet <= 255 */
151 if (octet[octidx] > 255)
162 *result |= (in_addr_t)(octet[octidx] & 0xff);
/haiku/src/libs/compat/freebsd_network/compat/net/
H A Dethernet.h73 u_char octet[ETHER_ADDR_LEN]; member in struct:ether_addr
/haiku/src/libs/compat/freebsd_iflib/
H A Diflib.c274 bcopy(mac, ctx->ifc_mac.octet, ETHER_ADDR_LEN);
5312 ether_ifattach(ctx->ifc_ifp, ctx->ifc_mac.octet);
5423 ether_ifattach(ctx->ifc_ifp, ctx->ifc_mac.octet);
5524 ether_ifattach(ctx->ifc_ifp, ctx->ifc_mac.octet);

Completed in 123 milliseconds