HomeSort by relevance Sort by last modified time
    Searched full:octets (Results 401 - 425 of 735) sorted by null

<<11121314151617181920>>

  /external/dropbear/libtomcrypt/src/hashes/
md2.c 117 @param inlen The length of the data (octets)
  /external/liblzf/
lzf_d.c 175 case 0: *op++ = *ref++; /* two octets more */
  /external/libppp/src/
ip.c 314 mindata = 8; /* ICMP must be at least 8 octets */
323 mindata = 8; /* ICMP must be at least 8 octets */
352 mindata = 8; /* UDP header is 8 octets */
392 " %d octets\n", prototxt(cproto), mindata);
bundle.c 1026 unsigned long long octets; local
1030 octets = MAX(dl->physical->link.stats.total.in.OctetsPerSecond,
1039 octets * 8, octets);
1044 octets = MAX(t->in.OctetsPerSecond, t->out.OctetsPerSecond);
1050 " over the last %d secs\n", octets * 8, octets, secs);
    [all...]
  /external/openssl/crypto/asn1/
x_long.c 128 /* Convert number of bits to number of octets */
  /external/srtp/crypto/math/
stat.c 18 * each test assumes that 20,000 bits (2500 octets) of data is
  /external/tcpdump/
print-mobility.c 53 u_int8_t ip6m_len; /* length in units of 8 octets */
  /external/wpa_supplicant_8/src/crypto/
sha256-internal.c 142 @param inlen The length of the data (octets)
  /external/wpa_supplicant_8/src/p2p/
p2p_utils.c 18 * @len: Number of octets to write to the buffer
p2p_parse.c 377 * @len: Length of data buffer in octets
431 * @len: Length of data buffer in octets
611 * Returns: Number of octets written to the buffer or -1 on faikure
  /frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
WifiP2pServiceRequest.java 49 * The value is equal to 2 plus the number of octets in the
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 126 * So it will be encoded in no more than 5 octets.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmSmsCbMessage.java 198 // the number of useful octets within those 82
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
Wap230WspContentTypeTest.java 332 out.write(0x02); // type length (2 octets)
351 out.write(0x02); // long-integer length (2 octets)
407 out.write(0x02); // long-integer length (2 octets)
428 out.write(0x02); // long-integer length (2 octets)
    [all...]
SmsMessageBodyTest.java 242 * requires a user data header of 3 octets, or 4 septets, plus UDH length.
248 * requires a user data header of 6 octets, or 7 septets, plus UDH length.
253 * Multi-part messages require a user data header of 5 octets, or 6 septets,
  /libcore/luni/src/main/java/libcore/net/
UriCodec.java 30 * character like "\u0080" may be encoded to multiple octets like %C2%80.
  /packages/apps/Exchange/src/com/android/exchange/utility/
UriCodec.java 49 * character like "\u0080" may be encoded to multiple octets like %C2%80.
  /packages/apps/Nfc/nci/jni/
NfcTag.h 205 ** Returns: Maximum size in octets.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
icmp6.h 190 uint8_t nd_opt_len; /* in units of 8 octets */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
icmp6.h 190 uint8_t nd_opt_len; /* in units of 8 octets */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
icmp6.h 190 uint8_t nd_opt_len; /* in units of 8 octets */
  /frameworks/base/core/java/android/net/dhcp/
DhcpPacket.java 321 // round up to an even number of octets
491 * Converts a MAC from an array of octets to an ASCII string.
655 // skip over address padding (16 octets allocated)
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
BerInputStream.java 85 * identifier, length an content octets
263 + "]. An integer MUST be encoded in minimum number of octets");
445 throw new ASN1Exception("Wrong content for ASN.1 integer at [" + (offset - length) + "]. An integer MUST be encoded in minimum number of octets");
  /external/wpa_supplicant_8/hostapd/
hostapd.conf 455 # Maximum A-MSDU length: [MAX-AMSDU-7935] for 7935 octets (3839 octets if not
477 # 0 = 3895 octets (default)
478 # 1 = 7991 octets
479 # 2 = 11454 octets
571 # 2 pow(13 + Maximum A-MPDU Length Exponent) -1 octets
760 # 16 octets in length, it is strongly recommended to use that length for the
813 # 48 octets long.
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URITest.java 39 // escaped octets for illegal chars
42 // escaped octets for unicode chars
51 // escaped octets for illegal
55 // escaped octets for unicode
120 "http://host%20name/", // escaped octets in host (becomes
207 "asc%20heme:ssp" // escape octets
335 "fragment"); // escaped octets in host name
367 "fragment"); // escaped octets in scheme
476 // port and if unicode chars and escaped octets in components are
    [all...]

Completed in 3220 milliseconds

<<11121314151617181920>>