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

1 2 3 4 5 6 78 91011>>

  /external/kernel-headers/original/linux/
atm.h 31 #define ATM_CELL_PAYLOAD 48 /* ATM payload size */
33 #define ATM_MAX_AAL34_PDU 65535 /* maximum AAL3/4 PDU payload */
35 #define ATM_MAX_AAL5_PDU 65535 /* maximum AAL5 PDU payload */
netlink.h 122 * <------- NLA_HDRLEN ------> <-- NLA_ALIGN(payload)-->
124 * | Header | Pad | Payload | Pad |
142 * O := Payload stored in network byte order
if_fddi.h 36 #define FDDI_K_8022_DLEN 4475 /* Max octets in 802.2 payload */
37 #define FDDI_K_SNAP_DLEN 4470 /* Max octets in 802.2 SNAP payload */
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
msgutil.py 81 """Receive a Web Socket frame and return its payload as unicode string.
94 # The payload length is specified in the frame.
99 # The payload is delimited with \xff.
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm.h 26 #define ATM_CELL_PAYLOAD 48 /* ATM payload size */
28 #define ATM_MAX_AAL34_PDU 65535 /* maximum AAL3/4 PDU payload */
30 #define ATM_MAX_AAL5_PDU 65535 /* maximum AAL5 PDU payload */
  /external/dropbear/
cli-service.c 56 servicename = buf_getstring(ses.payload, &len);
svr-service.c 44 name = buf_getstring(ses.payload, &len);
cli-tcpfwd.c 174 buf_eatstring(ses.payload);
176 origport = buf_getint(ses.payload);
  /external/dropbear/libtomcrypt/src/pk/katja/
katja_decrypt_key.c 59 /* payload is upto pq, so we know q is 1/3rd the size of N and therefore pq is 2/3th the size */
katja_encrypt_key.c 58 /* payload is upto pq, so we know q is 1/3rd the size of N and therefore pq is 2/3th the size */
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.in 14 # if the certificate/certificate request payload is received.
  /external/kernel-headers/original/linux/sunrpc/
msg_prot.h 94 * fragment, limiting the maximum payload size for stream transports to
  /external/qemu/
net-checksum.c 51 sum += net_checksum_add(length, buf); // payload
  /external/wpa_supplicant/
rsa.c 53 if (bignum_set_unsigned_bin(num, hdr.payload, hdr.length) < 0) {
58 return hdr.payload + hdr.length;
102 pos = hdr.payload;
186 pos = hdr.payload;
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
rsa.c 54 if (bignum_set_unsigned_bin(num, hdr.payload, hdr.length) < 0) {
59 return hdr.payload + hdr.length;
103 pos = hdr.payload;
187 pos = hdr.payload;
  /system/core/libnetutils/
dhcpmsg.h 63 ** the payload are DHCP options as opposed to some other BOOTP
  /external/chromium/net/base/
mime_sniffer.cc 9 // HTML payload, no Content-Type header:
18 // HTML payload, Content-Type: "text/plain":
31 // HTML payload, Content-Type: "application/octet-stream":
44 // GIF payload, no Content-Type header:
56 // GIF payload, Content-Type: "text/plain":
68 // GIF payload, Content-Type: "application/octet-stream":
83 // XHTML payload, Content-Type: "text/xml":
92 // Note that our definition of HTML payload is much stricter than IE's
sdch_filter.h 79 // sdch payload, we check to see if it is plausible, meaning it has a null
81 // encoding. If the hash is not plausible, then the payload is probably not
  /external/libnfc-nxp/src/
phHciNfc_Generic.h 288 /* Maximum Payload Length of HCI. */
294 /* Maximum Payload Length of HCI. */
527 /** \internal Host Controller Protocol (HCP) Packet Message Payload */
528 uint8_t payload[PHHCINFC_MAX_PACKET_DATA - 1]; member in struct:phHciNfc_HCP_Message
535 /** \internal Host Controller Protocol (HCP) Packet Message or Payload */
540 /** \internal Host Controller Protocol (HCP) Packet Payload */
541 uint8_t payload[PHHCINFC_MAX_PACKET_DATA]; member in union:phHciNfc_HCP_Packet::__anon5014
    [all...]
  /external/webkit/JavaScriptCore/runtime/
JSImmediate.h 71 * [ high 30 bits: 'payload' ] [ low 2 bits -- tag ]
84 * [ extended 'payload' ] [ extended tag ] [ tag 'other' ]
90 * [ extended 'payload' ] [ undefined | bool ] [ tag 'other' ]
92 * For boolean value the lowest bit in the payload holds the value of the bool, all remaining bits are zero.
93 * For undefined or null immediates the payload is zero.
110 * can encode a 51-bit payload. Hardware produced and C-library payloads typically
111 * have a payload of zero. We assume that non-zero payloads are available to encode
113 * all set represents a NaN with a non-zero payload, we can use this space in the NaN
  /frameworks/base/core/java/android/nfc/tech/
IsoDep.java 142 * <p>Applications must only send the INF payload, and not the start of frame and
143 * end of frame indicators. Applications do not need to fragment the payload, it
  /frameworks/base/voip/java/android/net/rtp/
AudioCodec.java 40 * The RTP payload type of the encoding.
101 * @param type The payload type of the encoding defined in RTP/AVP.
  /packages/apps/Tag/canon/src/com/android/apps/tagcanon/
TagCanon.java 92 byte[] payload = out.toByteArray();
96 NdefRecord image = newMimeRecord("image/png", payload);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
ip6.h 33 uint16_t ip6_un1_plen; /* payload length */
142 /* Jumbo Payload Option */
  /system/core/adb/
OVERVIEW.TXT 86 1. A 4-byte hexadecimal string giving the length of the payload
87 2. Followed by the payload itself.

Completed in 1912 milliseconds

1 2 3 4 5 6 78 91011>>