Searched refs:octets (Results 1 - 20 of 20) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/common/include/proto/
H A D802.11e.h42 uint8 octets[3]; member in struct:tsinfo
91 #define WLC_CAC_GET_TID(pt) ((((pt).octets[0]) & TS_INFO_TID_MASK) >> TS_INFO_TID_SHIFT)
92 #define WLC_CAC_GET_DIR(pt) ((((pt).octets[0]) & \
94 #define WLC_CAC_GET_PSB(pt) ((((pt).octets[1]) & TS_INFO_PSB_MASK) >> TS_INFO_PSB_SHIFT)
95 #define WLC_CAC_GET_USER_PRIO(pt) ((((pt).octets[1]) & \
98 #define WLC_CAC_SET_TID(pt, id) ((((pt).octets[0]) & (~TS_INFO_TID_MASK)) | \
100 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/proto/
H A D802.11e.h42 uint8 octets[3]; member in struct:tsinfo
91 #define WLC_CAC_GET_TID(pt) ((((pt).octets[0]) & TS_INFO_TID_MASK) >> TS_INFO_TID_SHIFT)
92 #define WLC_CAC_GET_DIR(pt) ((((pt).octets[0]) & \
94 #define WLC_CAC_GET_PSB(pt) ((((pt).octets[1]) & TS_INFO_PSB_MASK) >> TS_INFO_PSB_SHIFT)
95 #define WLC_CAC_GET_USER_PRIO(pt) ((((pt).octets[1]) & \
98 #define WLC_CAC_SET_TID(pt, id) ((((pt).octets[0]) & (~TS_INFO_TID_MASK)) | \
100 #define WLC_CAC_SET_USER_PRIO(pt, prio) ((((pt).octets[0]) & (~TS_INFO_USER_PRIO_MASK)) | \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dinet_pton.c99 int saw_digit, octets, ch; local
103 octets = 0;
118 if(++octets > 4)
124 if(octets == 4)
132 if(octets < 4)
H A Dmk-ca-bundle.pl155 my @octets = split(/\\/);
156 shift @octets;
157 for (@octets) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/bcm43xx/
H A Dbcm43xx_pio.c80 unsigned int octets)
92 while (i < octets - 1) {
96 if (octets % 2)
97 tx_octet(queue, packet[octets - sizeof(*txhdr) - 1]);
184 unsigned int octets; local
193 octets = skb->len + sizeof(txhdr);
195 octets--;
196 tx_data(queue, &txhdr, (u8 *)skb->data, octets);
220 u16 octets; local
226 octets
77 tx_data(struct bcm43xx_pioqueue *queue, struct bcm43xx_txhdr *txhdr, const u8 *packet, unsigned int octets) argument
[all...]
H A Dbcm43xx_xmit.c118 const u16 octets, const u8 bitrate,
126 assert(!(octets & 0xF000));
127 *data |= (octets << 5);
132 plen = octets * 16 / bitrate;
133 if ((octets * 16 % bitrate) > 0) {
136 && ((octets * 8 % 11) < 4)) {
117 bcm43xx_generate_plcp_hdr(struct bcm43xx_plcp_hdr4 *plcp, const u16 octets, const u8 bitrate, const int ofdm_modulation) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirias_object.h92 void irias_add_octseq_attrib(struct ias_object *obj, char *name, __u8 *octets,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D05-comment.tex50 2) [vendor_string] = read a UTF-8 vector as [vendor_length] octets
54 6) this iteration's user comment = read a UTF-8 vector as [length] octets
214 Vendor string length (32 bit unsigned quantity specifying number of octets)
217 Vendor string ([vendor string length] octets coded from beginning of string to end of string, not null terminated)
223 Comment field 0 length (if [Number of comment fields] $>0$; 32 bit unsigned quantity specifying number of octets)
226 Comment field 0 ([Comment field 0 length] octets coded from beginning of string to end of string, not null terminated)
H A D02-bitpacking.tex13 native word size of eight bits (octets), sixteen bits, thirty-two bits
19 \subsubsection{octets, bytes and words}
H A D04-codec.tex32 2) 0x76, 0x6f, 0x72, 0x62, 0x69, 0x73: the characters 'v','o','r','b','i','s' as six octets
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/cluster/
H A Dnodemanager.c324 unsigned int octets[4]; local
327 ret = sscanf(page, "%3u.%3u.%3u.%3u", &octets[3], &octets[2],
328 &octets[1], &octets[0]);
332 for (i = 0; i < ARRAY_SIZE(octets); i++) {
333 if (octets[i] > 255)
335 be32_add_cpu(&ipv4_addr, octets[i] << (i * 8));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/include/corby/
H A Dbuffer.h136 sw_octets octets,
266 sw_octets octets,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirias_object.c388 void irias_add_octseq_attrib(struct ias_object *obj, char *name, __u8 *octets, argument
397 IRDA_ASSERT(octets != NULL, return;);
409 attrib->value = irias_new_octseq_value( octets, len);
522 * Function irias_new_octseq_value (octets, len)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dipconfig.c1221 int octets = 0; local
1225 while (octets < 4) {
1230 if (*cp == '.' || octets == 3)
1231 octets++;
1232 if (octets < 4)
1236 if (octets == 4 && (*cp == ':' || *cp == '\0')) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dnf_nat_snmp_basic.c383 unsigned char **octets,
390 *octets = kmalloc(eoc - ctx->pointer, GFP_ATOMIC);
391 if (*octets == NULL) {
397 ptr = *octets;
400 kfree(*octets);
401 *octets = NULL;
381 asn1_octets_decode(struct asn1_ctx *ctx, unsigned char *eoc, unsigned char **octets, unsigned int *len) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/prism54/
H A Disl_oid.h31 char octets[33]; member in struct:obj_ssid
H A Disl_ioctl.c598 &iwe, bss->ssid.octets);
741 memset(essid.octets, 0, 33);
748 memcpy(essid.octets, extra, dwrq->length);
781 essid->octets[essid->length] = '\0';
782 memcpy(extra, essid->octets, dwrq->length);
H A Doid_mgt.c846 ssid->octets);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-compat-howl/
H A Dunsupported.c592 AVAHI_GCC_UNUSED sw_octets octets,
740 AVAHI_GCC_UNUSED sw_octets octets,
590 sw_corby_buffer_set_octets( AVAHI_GCC_UNUSED sw_corby_buffer self, AVAHI_GCC_UNUSED sw_octets octets, AVAHI_GCC_UNUSED sw_size_t size) argument
738 sw_corby_buffer_get_octets( AVAHI_GCC_UNUSED sw_corby_buffer self, AVAHI_GCC_UNUSED sw_octets octets, AVAHI_GCC_UNUSED sw_size_t size) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/
H A Dwlioctl.h1000 ushort key_len; /* octets in key material */
2436 * Length is the value size in octets. It is reserved for WL_JOIN_PREF_WPA type tuple
2441 * 1. RSSI - 2 octets
2445 * 2. WPA - 2 + 12 * n octets (n is # tuples defined below)
2451 * offset 2 + 12 * (n - 1) octets: tuple n
2461 * 3. BAND - 2 octets
2465 * 4. BAND RSSI - 2 octets
2483 uint8 octets[3]; member in struct:tsinfo_arg

Completed in 285 milliseconds