Searched refs:octet (Results 26 - 31 of 31) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dpppoe.c917 memcpy(ipc->dhost.octet, po->pppoe_pa.remote, ETH_ALEN);
918 memcpy(ipc->shost.octet, dev->dev_addr, ETH_ALEN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/rc/
H A Dfirewall.c213 if (ether_atoe(var, filter.match.mac.octet))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dbcmutils.c1540 ea->octet[i++] = (char) bcm_strtoul(p, &ep, 16);
1606 const uint8 *octet = ea->octet; local
1610 for (i = 0; i < 6; i++, octet++) {
1611 *p++ = hex[(*octet >> 4) & 0xf];
1612 *p++ = hex[*octet & 0xf];
H A Dbcmsrom.c5047 ea.octet[0] = (srom[srv->off - off] >> 8) & 0xff;
5048 ea.octet[1] = srom[srv->off - off] & 0xff;
5049 ea.octet[2] = (srom[srv->off + 1 - off] >> 8) & 0xff;
5050 ea.octet[3] = srom[srv->off + 1 - off] & 0xff;
5051 ea.octet[4] = (srom[srv->off + 2 - off] >> 8) & 0xff;
5052 ea.octet[5] = srom[srv->off + 2 - off] & 0xff;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/net/
H A Dqeth_main.c8208 u8 octet; local
8211 octet = addr[i];
8213 bits[i*8 + j] = octet & 1;
8214 octet >>= 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Datmel.c945 u8 octet = atmel_read8(priv->dev, DR); local
946 crc = crc32_le(crc, &octet, 1);

Completed in 299 milliseconds

12