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

1 2 3 4 5 6 78 91011>>

  /external/dropbear/libtomcrypt/src/pk/asn1/der/ia5/
der_encode_ia5_string.c 70 /* store octets */
  /external/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/
der_encode_printable_string.c 70 /* store octets */
  /external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_decode_sequence_multi.c 25 @param inlen Length of input in octets
  /external/dropbear/libtomcrypt/src/pk/asn1/der/utf8/
der_length_utf8_string.c 40 @param noctets The number of octets in the string to encode
  /external/dropbear/libtomcrypt/src/pk/katja/
katja_import.c 23 @param inlen It's length (octets)
  /external/dropbear/libtomcrypt/src/prngs/
sprng.c 75 @return Number of octets read
  /external/liblzf/
lzf_c.c 92 * 000LLLLL <L+1> ; literal, L+1=1..33 octets
93 * LLLooooo oooooooo ; backref L+1=1..7 octets, o+1=1..4096 offset
94 * 111ooooo LLLLLLLL oooooooo ; backref L+8 octets, o+1=1..4096 offset
206 len -= 2; /* len is now #octets - 1 */
  /external/srtp/crypto/include/
rand_source.h 59 * len octets of random data to the location to which dest points,
  /external/wpa_supplicant_8/src/eap_common/
eap_defs.h 22 /* followed by length-4 octets of data */
  /frameworks/base/core/java/android/net/
NetworkUtils.java 268 String[] octets = addr.split("\\.");
269 if (octets.length != 4) return addr;
274 if (octets[i].length() > 3) return addr;
275 builder.append(Integer.parseInt(octets[i]));
  /frameworks/base/packages/VpnDialogs/res/values-fr/
strings.xml 29 <string name="data_value_format" msgid="2192466557826897580">"<xliff:g id="NUMBER_0">%1$s</xliff:g> octets / <xliff:g id="NUMBER_1">%2$s</xliff:g> paquets"</string>
  /frameworks/base/packages/VpnDialogs/res/values-fr-rCA/
strings.xml 29 <string name="data_value_format" msgid="2192466557826897580">"<xliff:g id="NUMBER_0">%1$s</xliff:g> octets / <xliff:g id="NUMBER_1">%2$s</xliff:g> paquets"</string>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_tr.h 26 #define TR_ALEN 6 /* Octets in one token-ring addr */
llc.h 32 LLC_OPT_SIZE, /* max PDU size (octets). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
ethernet.h 55 #define ETHER_HDR_LEN ETH_HLEN /* total octets in header */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tr.h 26 #define TR_ALEN 6 /* Octets in one token-ring addr */
llc.h 32 LLC_OPT_SIZE, /* max PDU size (octets). */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
ethernet.h 55 #define ETHER_HDR_LEN ETH_HLEN /* total octets in header */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_tr.h 26 #define TR_ALEN 6 /* Octets in one token-ring addr */
llc.h 32 LLC_OPT_SIZE, /* max PDU size (octets). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
ethernet.h 55 #define ETHER_HDR_LEN ETH_HLEN /* total octets in header */
  /prebuilts/ndk/7/platforms/android-14/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/7/platforms/android-14/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 */
  /prebuilts/ndk/7/platforms/android-3/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/7/platforms/android-3/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 */

Completed in 1627 milliseconds

1 2 3 4 5 6 78 91011>>