HomeSort by relevance Sort by last modified time
    Searched full:octets (Results 151 - 175 of 630) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/wpa_supplicant_8/src/p2p/
p2p.h 90 * ssid_len - Length of SSID in octets
171 * device_name - Device Name (0..32 octets encoded in UTF-8)
176 * manufacturer - Manufacturer (0..64 octets encoded in UTF-8)
181 * model_name - Model Name (0..32 octets encoded in UTF-8)
186 * model_number - Model Number (0..32 octets encoded in UTF-8)
191 * serial_number - Serial Number (0..32 octets encoded in UTF-8)
364 * DIRECT-<random two octets> prefix.
462 * @len: Length of buf in octets
523 * @buf_len: Buffer length in octets
524 * Returns: Number of octets used in buf, 0 to indicate no NoA is bein
    [all...]
  /external/srtp/include/
srtp.h 84 * the maximum number of octets that will be added to an RTP packet by
87 * @brief the maximum number of octets added by srtp_protect().
125 * in octets. */
129 * function key in octets. */
131 * tag in octets. */
286 * octets in that packet; otherwise, no assumptions should be made
303 * @param len_ptr is a pointer to the length in octets of the complete
325 * RTP packet and *len_ptr is the number of octets in that packet;
344 * @param len_ptr is a pointer to the length in octets of the complete
745 * *len_ptr is the number of octets in that packet; otherwise, n
    [all...]
  /external/srtp/crypto/cipher/
aes_cbc.c 370 16, /* octets in key */
373 16, /* octets in plaintext */
375 32, /* octets in ciphertext */
421 16, /* octets in key */
424 64, /* octets in plaintext */
426 80, /* octets in ciphertext */
  /external/dropbear/libtomcrypt/src/headers/
tomcrypt_hash.h 155 /** Size of digest in octets */
157 /** Input block size in octets */
172 @param inlen The length of the data (octets)
  /external/tcpdump/
print-cnfp.c 71 u_int32_t octets; member in struct:nfrec
185 printf("tos %u, %u (%u octets) %s",
188 EXTRACT_32BITS(&nr->octets), buf);
  /bionic/libc/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 */