OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:octets
(Results
201 - 225
of
766
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/netinet/
ip6.h
138
u_int8_t ip6h_len; /* length in units of 8
octets
*/
146
u_int8_t ip6d_len; /* length in units of 8
octets
*/
226
u_int8_t ip6r_len; /* length in units of 8
octets
*/
235
u_int8_t ip6r0_len; /* length in units of 8
octets
*/
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/netinet/
ip6.h
138
u_int8_t ip6h_len; /* length in units of 8
octets
*/
146
u_int8_t ip6d_len; /* length in units of 8
octets
*/
226
u_int8_t ip6r_len; /* length in units of 8
octets
*/
235
u_int8_t ip6r0_len; /* length in units of 8
octets
*/
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/netinet/
ip6.h
138
u_int8_t ip6h_len; /* length in units of 8
octets
*/
146
u_int8_t ip6d_len; /* length in units of 8
octets
*/
226
u_int8_t ip6r_len; /* length in units of 8
octets
*/
235
u_int8_t ip6r0_len; /* length in units of 8
octets
*/
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/netinet/
ip6.h
138
u_int8_t ip6h_len; /* length in units of 8
octets
*/
146
u_int8_t ip6d_len; /* length in units of 8
octets
*/
226
u_int8_t ip6r_len; /* length in units of 8
octets
*/
235
u_int8_t ip6r0_len; /* length in units of 8
octets
*/
/system/bt/vendor_libs/test_vendor_lib/include/
packet.h
35
// Returns the size in
octets
of the entire packet, which consists of the type
/toolchain/binutils/binutils-2.25/include/coff/
tic54x.h
28
#define OCTETS_PER_BYTE_POWER 1 /*
octets
per byte, as a power of two */
/external/apache-http/src/org/apache/http/
NameValuePair.java
50
* CHAR = <any US-ASCII character (
octets
0 - 127)>
56
* (
octets
0 - 31) and DEL (127)>
Header.java
47
* field-content = <the
OCTETs
making up the field-value
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1BitString.java
105
* @param data the
octets
making up the bit string.
182
* Return the
octets
contained in this BIT STRING, checking that this BIT STRING really
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
PBKDF2Params.java
200
* Return the intended length in
octets
of the derived key.
202
* @return length in
octets
for derived key, if specified.
/external/ppp/pppd/include/net/
ppp_defs.h
48
#define PPP_HDRLEN 4 /*
octets
for standard ppp header */
49
#define PPP_FCSLEN 2 /*
octets
for FCS */
/external/srtp/crypto/test/
sha1_driver.c
56
unsigned data_len; /* number of
octets
in data */
57
unsigned hash_len; /* number of
octets
output by hash */
/external/srtp/test/
dtls_srtp_driver.c
204
* packet is twelve
octets
longer, since the header is at the
206
* and the four
octets
following the packet are filled with 0xff
/external/tcpdump/
print-igrp.c
56
uint8_t igr_net[3]; /* 3 significant
octets
of IP address */
59
uint8_t igr_mtu[2]; /* MTU in
octets
*/
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
wpa.h
130
#define RSN_CAP_LEN 2 /* Length of RSN capabilities field (2
octets
) */
158
#define WPA_CAP_LEN RSN_CAP_LEN /* Length of RSN capabilities in RSN IE (2
octets
) */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
ppp_defs.h
48
#define PPP_HDRLEN 4 /*
octets
for standard ppp header */
49
#define PPP_FCSLEN 2 /*
octets
for FCS */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
ppp_defs.h
48
#define PPP_HDRLEN 4 /*
octets
for standard ppp header */
49
#define PPP_FCSLEN 2 /*
octets
for FCS */
/toolchain/binutils/binutils-2.25/gas/
frags.h
47
/* (Fixed) number of
octets
we know we have. May be 0. */
49
/* May be used for (Variable) number of
octets
after above.
/external/wpa_supplicant_8/src/ap/
accounting.c
25
/* Default interval in seconds for polling TX/RX
octets
from the driver if
27
* input/output
octets
and updates Acct-{Input,Output}-Gigawords. */
316
wpa_printf(MSG_INFO, "Could not add Acct-Input-
Octets
");
333
wpa_printf(MSG_INFO, "Could not add Acct-Output-
Octets
");
409
* @shared_secret_len: Length of shared_secret in
octets
/external/wpa_supplicant_8/src/p2p/
p2p.h
112
* ssid_len - Length of SSID in
octets
329
* device_name - Device Name (0..32
octets
encoded in UTF-8)
334
* manufacturer - Manufacturer (0..64
octets
encoded in UTF-8)
339
* model_name - Model Name (0..32
octets
encoded in UTF-8)
344
* model_number - Model Number (0..32
octets
encoded in UTF-8)
349
* serial_number - Serial Number (0..32
octets
encoded in UTF-8)
556
* DIRECT-<random two
octets
> prefix.
661
* @len: Length of buf in
octets
722
* @buf_len: Buffer length in
octets
723
* Returns: Number of
octets
used in buf, 0 to indicate no NoA is bein
[
all
...]
/external/c-ares/
ares_mkquery.c
117
* the total length of a domain name (i.e., label
octets
and label
118
* length
octets
) is restricted to 255
octets
or less."). We aren't
/external/guava/guava/src/com/google/common/net/
PercentEscaper.java
129
boolean[]
octets
= new boolean[maxChar + 1];
131
octets
[c] = true;
133
return
octets
;
/external/vboot_reference/firmware/2lib/
2rsa.c
220
* Length(T) = 35
octets
for SHA-1
221
* Length(T) = 51
octets
for SHA-256
222
* Length(T) = 83
octets
for SHA-512
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
Credential.java
155
byte[]
octets
= keyStore.get(Credentials.USER_CERTIFICATE + alias);
156
if (
octets
!= null) {
159
fingerPrint = digester.digest(
octets
);
/libcore/luni/src/main/java/libcore/net/
UriCodec.java
59
* - All escaped
octets
appearing in the input are structurally valid hex, i.e convertible to
158
* This method must produce partially encoded output. What this means is that if encoded
octets
269
* invalid inputs. Else, U+FFFd is emitted to the output in place of invalid input
octets
.
Completed in 873 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>