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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/apps/
H A Dgeoiplookup.c143 unsigned int c, octet, t; local
147 octet = ipnum = 0;
150 if (octet > 255)
153 ipnum += octet;
155 octet = 0;
157 t = octet;
158 octet <<= 3;
159 octet += t;
160 octet += t;
164 octet
178 int octet[4]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/ccgost/
H A Dgost_ameth.c314 /* New format - Little endian octet string */
607 ASN1_OCTET_STRING *octet = NULL; local
614 octet = d2i_ASN1_OCTET_STRING(NULL, &pubkey_buf, pub_len);
615 if (!octet) {
619 databuf = OPENSSL_malloc(octet->length);
620 for (i = 0, j = octet->length - 1; i < octet->length; i++, j--) {
621 databuf[j] = octet->data[i];
624 dsa->pub_key = BN_bin2bn(databuf, octet->length, NULL);
625 ASN1_OCTET_STRING_free(octet);
634 ASN1_OCTET_STRING *octet = NULL; local
673 ASN1_OCTET_STRING *octet = NULL; local
721 ASN1_OCTET_STRING *octet = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/ccgost/
H A Dgost_ameth.c314 /* New format - Little endian octet string */
607 ASN1_OCTET_STRING *octet = NULL; local
614 octet = d2i_ASN1_OCTET_STRING(NULL, &pubkey_buf, pub_len);
615 if (!octet) {
619 databuf = OPENSSL_malloc(octet->length);
620 for (i = 0, j = octet->length - 1; i < octet->length; i++, j--) {
621 databuf[j] = octet->data[i];
624 dsa->pub_key = BN_bin2bn(databuf, octet->length, NULL);
625 ASN1_OCTET_STRING_free(octet);
634 ASN1_OCTET_STRING *octet = NULL; local
673 ASN1_OCTET_STRING *octet = NULL; local
721 ASN1_OCTET_STRING *octet = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/pkcs12/
H A Dp12_utl.c149 return ASN1_item_unpack(bag->value.bag->value.octet,
159 return ASN1_item_unpack(bag->value.bag->value.octet,
H A Dp12_add.c76 if (!ASN1_item_pack(obj, it, &bag->value.octet)) {
H A Dpkcs12.h135 ASN1_OCTET_STRING *octet; member in union:pkcs12_bag_st::__anon4927
/netgear-R7000-V1.0.7.12_1.2.5/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)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/pkcs12/
H A Dp12_utl.c149 return ASN1_item_unpack(bag->value.bag->value.octet,
159 return ASN1_item_unpack(bag->value.bag->value.octet,
H A Dp12_add.c76 if (!ASN1_item_pack(obj, it, &bag->value.octet)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bridge/
H A Dbr_fdb.c50 memcpy(brc->dhost.octet, ea, ETH_ALEN);
67 brc->dhost.octet[0], brc->dhost.octet[1],
68 brc->dhost.octet[2], brc->dhost.octet[3],
69 brc->dhost.octet[4], brc->dhost.octet[5]);
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmutils.h965 #define ETHERP_TO_MACF(ea) ((struct ether_addr *) (ea))->octet[0], \
966 ((struct ether_addr *) (ea))->octet[1], \
967 ((struct ether_addr *) (ea))->octet[2], \
968 ((struct ether_addr *) (ea))->octet[3], \
969 ((struct ether_addr *) (ea))->octet[4], \
970 ((struct ether_addr *) (ea))->octet[5]
972 #define ETHER_TO_MACF(ea) (ea).octet[0], \
973 (ea).octet[1], \
974 (ea).octet[2], \
975 (ea).octet[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/GeoIP-1.5.1/libGeoIP/
H A DGeoIP.c909 unsigned int c, octet, t; local
913 octet = ipnum = 0;
916 if (octet > 255)
919 ipnum += octet;
921 octet = 0;
923 t = octet;
924 octet <<= 3;
925 octet += t;
926 octet += t;
930 octet
1773 int octet[4]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avahi-0.6.25/avahi-compat-howl/include/corby/
H A Dbuffer.h73 sw_uint8 octet,
85 sw_uint8 * octet,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/corby/
H A Dbuffer.h73 sw_uint8 octet,
85 sw_uint8 * octet,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_core.c256 memcpy(ipc_entry.sa.octet, eth_hdr(skb)->h_source, ETH_ALEN);
271 memcpy(ipc_entry.dhost.octet, eth->h_dest, ETH_ALEN);
272 memcpy(ipc_entry.shost.octet, eth->h_source, ETH_ALEN);
274 memcpy(ipc_entry.dhost.octet, rt->dst.neighbour->ha, ETH_ALEN);
275 memcpy(ipc_entry.shost.octet, skb_dst(skb)->dev->dev_addr, ETH_ALEN);
369 if ((brcp = ctf_brc_lkup(kcih, ipc_entry.dhost.octet, TRUE)) != NULL) {
398 ipc_entry.shost.octet[0], ipc_entry.shost.octet[1],
399 ipc_entry.shost.octet[2], ipc_entry.shost.octet[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/include/proto/
H A Dethernet.h131 uint8 octet[ETHER_ADDR_LEN]; member in struct:ether_addr
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb3/
H A Dxgmac.c289 int hash = 0, octet, bit, i = 0, c; local
291 for (octet = 0; octet < 6; ++octet)
292 for (c = addr[octet], bit = 0; bit < 8; c >>= 1, ++bit) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/lirc/
H A Dlirc_imon.c600 int octet, bit; local
645 for (octet = 0; octet < 5; ++octet) {
648 int curr_bit = !(buf[octet] & mask);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/
H A Dpio.c42 u8 octet)
45 b43legacy_pio_write(queue, B43legacy_PIO_TXDATA, octet);
51 b43legacy_pio_write(queue, B43legacy_PIO_TXDATA, octet);
41 tx_octet(struct b43legacy_pioqueue *queue, u8 octet) argument
/netgear-R7000-V1.0.7.12_1.2.5/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";

Completed in 269 milliseconds

12