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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/netconf/
H A Dmain.c102 if (!ETHER_ISNULLADDR(fw->match.mac.octet)) {
105 fw->match.mac.octet[0] & 0xff,
106 fw->match.mac.octet[1] & 0xff,
107 fw->match.mac.octet[2] & 0xff,
108 fw->match.mac.octet[3] & 0xff,
109 fw->match.mac.octet[4] & 0xff,
110 fw->match.mac.octet[5] & 0xff);
H A Dnetconf_linux.c274 memcpy(fw->match.mac.octet, mac->srcaddr, ETHER_ADDR_LEN);
519 if (!ETHER_ISNULLADDR(fw->match.mac.octet)) {
529 memcmp(mac->srcaddr, fw->match.mac.octet, ETHER_ADDR_LEN) != 0 ||
907 if (!ETHER_ISNULLADDR(fw->match.mac.octet)) {
914 memcpy(mac->srcaddr, fw->match.mac.octet, ETHER_ADDR_LEN);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_utl.c137 return ASN1_item_unpack(bag->value.bag->value.octet, ASN1_ITEM_rptr(X509));
144 return ASN1_item_unpack(bag->value.bag->value.octet,
H A Dp12_add.c75 if (!ASN1_item_pack(obj, it, &bag->value.octet)) {
H A Dpkcs12.h134 ASN1_OCTET_STRING *octet; member in union:pkcs12_bag_st::__anon1411
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/pkcs12/
H A Dp12_utl.c137 return ASN1_item_unpack(bag->value.bag->value.octet, ASN1_ITEM_rptr(X509));
144 return ASN1_item_unpack(bag->value.bag->value.octet,
H A Dp12_add.c75 if (!ASN1_item_pack(obj, it, &bag->value.octet)) {
H A Dpkcs12.h134 ASN1_OCTET_STRING *octet; member in union:pkcs12_bag_st::__anon2950
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/
H A Dbr_fdb.c43 memcpy(brc->dhost.octet, ea, ETH_ALEN);
57 brc->dhost.octet[0], brc->dhost.octet[1],
58 brc->dhost.octet[2], brc->dhost.octet[3],
59 brc->dhost.octet[4], brc->dhost.octet[5]);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dbf5xx_timers.h206 int get_gptimer_status (int octet);
207 void set_gptimer_status (int octet, int value);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dbcmutils.h781 #define ETHERP_TO_MACF(ea) ((struct ether_addr *) (ea))->octet[0], \
782 ((struct ether_addr *) (ea))->octet[1], \
783 ((struct ether_addr *) (ea))->octet[2], \
784 ((struct ether_addr *) (ea))->octet[3], \
785 ((struct ether_addr *) (ea))->octet[4], \
786 ((struct ether_addr *) (ea))->octet[5]
788 #define ETHER_TO_MACF(ea) (ea).octet[0], \
789 (ea).octet[1], \
790 (ea).octet[2], \
791 (ea).octet[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_core.c245 memcpy(ipc_entry.sa.octet, eth_hdr(skb)->h_source, ETH_ALEN);
262 memcpy(ipc_entry.dhost.octet, eth->h_dest, ETH_ALEN);
263 memcpy(ipc_entry.shost.octet, eth->h_source, ETH_ALEN);
265 memcpy(ipc_entry.dhost.octet, rt->u.dst.neighbour->ha, ETH_ALEN);
266 memcpy(ipc_entry.shost.octet, skb->dst->dev->dev_addr, ETH_ALEN);
349 brcp = ctf_brc_lkup(kcih, ipc_entry.dhost.octet);
380 ipc_entry.shost.octet[0], ipc_entry.shost.octet[1],
381 ipc_entry.shost.octet[2], ipc_entry.shost.octet[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dq931.c562 dp += sprintf(dp, " octet 3 ");
576 dp += sprintf(dp, " octet 3 ");
593 dp += sprintf(dp, " octet 3 ");
597 dp += sprintf(dp, " octet 3a ");
618 dp += sprintf(dp, " octet 3 ");
621 dp += sprintf(dp, " octet 4 ");
625 dp += sprintf(dp, " octet 4.1 ");
633 dp += sprintf(dp, " octet 5%c ", ch);
645 dp += sprintf(dp, " octet 6 ");
651 dp += sprintf(dp, " octet
722 int l, octet = 3; local
749 int l, octet = 3; local
914 int l, octet = 3; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/corby/
H A Dbuffer.h73 sw_uint8 octet,
85 sw_uint8 * octet,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/cxgb3/
H A Dxgmac.c259 int hash = 0, octet, bit, i = 0, c; local
261 for (octet = 0; octet < 6; ++octet)
262 for (c = addr[octet], bit = 0; bit < 8; c >>= 1, ++bit) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A Dethernet.h130 uint8 octet[ETHER_ADDR_LEN]; member in struct:ether_addr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A Dethernet.h130 uint8 octet[ETHER_ADDR_LEN]; member in struct:ether_addr
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D02-bitpacking.tex22 'octet', that is, eight bits. This has not always been the case;
33 octet (eight bits) and a word to be a group of two, four or eight
37 that a byte is one octet for purposes of example.
45 $n$ ($n=7$ in an octet) for the
H A D05-comment.tex43 in the comment header is octet-aligned, they can simply be read as
210 bitstream octet first):
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_pio.c42 u8 octet)
46 octet);
53 octet);
41 tx_octet(struct bcm43xx_pioqueue *queue, u8 octet) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dhttpd.c298 unsigned octet; local
302 octet = 0;
304 octet *= 10;
305 octet += *p - '0';
306 if (octet > 255)
314 ip = (ip << 8) | octet;
1336 /* If not found, set default as "application/octet-stream"; */
1337 found_mime_type = "application/octet-stream";
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dpkcs12.h134 ASN1_OCTET_STRING *octet; member in union:pkcs12_bag_st::__anon1471
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/dvb/dvb-core/
H A Ddvb_net.c93 char str[80], octet[10]; local
101 sprintf( octet, "%02x ", buf[ofs + i] );
103 strcpy( octet, " " );
105 strcat( str, octet );
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dpkcs12.h134 ASN1_OCTET_STRING *octet; member in union:pkcs12_bag_st::__anon3021
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/ctf/
H A Dhndctf.h248 ((eacmp((bh)->ea.octet, (da)) == 0) && (bh->brcp->txifp != (rxifp))); \

Completed in 156 milliseconds

12