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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_net.c95 char str[80], octet[10]; local
103 sprintf( octet, "%02x ", buf[ofs + i] );
105 strcpy( octet, " " );
107 strcat( str, octet );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpkcs12.h134 ASN1_OCTET_STRING *octet; member in union:pkcs12_bag_st::__anon7216
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dpkcs12.h134 ASN1_OCTET_STRING *octet; member in union:pkcs12_bag_st::__anon7145
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs12/
H A Dpkcs12.h135 ASN1_OCTET_STRING *octet; member in union:pkcs12_bag_st::__anon4578
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/ath/ath5k/
H A Deeprom.c1786 int octet, ret; local
1792 for (offset = 0x1f, octet = 0, total = 0; offset >= 0x1d; offset--) {
1798 mac_d[octet + 1] = data & 0xff;
1799 mac_d[octet] = data >> 8;
1800 octet += 2;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/netconf/
H A Dnetconf_linux.c380 memcpy(fw->match.mac.octet, mac->srcaddr, ETHER_ADDR_LEN);
668 if (!ETHER_ISNULLADDR(fw->match.mac.octet)) {
678 memcmp(mac->srcaddr, fw->match.mac.octet, ETHER_ADDR_LEN) != 0 ||
1094 if (!ETHER_ISNULLADDR(fw->match.mac.octet)) {
1101 memcpy(mac->srcaddr, fw->match.mac.octet, ETHER_ADDR_LEN);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dpppoe.c982 memcpy(ipc->dhost.octet, po->pppoe_pa.remote, ETH_ALEN);
983 memcpy(ipc->shost.octet, dev->dev_addr, ETH_ALEN);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/ctf/
H A Dhndctf.h304 ((eacmp((bh)->ea.octet, (da)) == 0) && (bh->brcp) && (bh->brcp->txifp != (rxifp))); \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/rc/
H A Dfirewall.c213 if (ether_atoe(var, filter.match.mac.octet))
/netgear-R7000-V1.0.7.12_1.2.5/src/shared/
H A Dbcmutils.c1939 ea->octet[i++] = (char) bcm_strtoul(p, &ep, 16);
1987 const uint8 *octet = ea->octet; local
1991 for (i = 0; i < 6; i++, octet++) {
1992 *p++ = hex[(*octet >> 4) & 0xf];
1993 *p++ = hex[*octet & 0xf];
H A Dbcmsrom.c5688 ea.octet[0] = (srom[srv->off - off] >> 8) & 0xff;
5689 ea.octet[1] = srom[srv->off - off] & 0xff;
5690 ea.octet[2] = (srom[srv->off + 1 - off] >> 8) & 0xff;
5691 ea.octet[3] = srom[srv->off + 1 - off] & 0xff;
5692 ea.octet[4] = (srom[srv->off + 2 - off] >> 8) & 0xff;
5693 ea.octet[5] = srom[srv->off + 2 - off] & 0xff;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/net/
H A Dqeth_l3_main.c187 u8 octet; local
190 octet = addr[i];
192 bits[i*8 + j] = octet & 1;
193 octet >>= 1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/
H A Datmel.c959 u8 octet = atmel_read8(priv->dev, DR); local
960 crc = crc32_le(crc, &octet, 1);

Completed in 260 milliseconds

12