HomeSort by relevance Sort by last modified time
    Searched full:received (Results 301 - 325 of 12891) sorted by null

<<11121314151617181920>>

  /external/qemu/slirp-android/
tcp_var.h 66 #define TF_RCVD_TSTMP 0x0100 /* a timestamp was received in SYN */
201 u_long tcps_rcvtotal; /* total packets received */
202 u_long tcps_rcvpack; /* packets received in sequence */
203 u_long tcps_rcvbyte; /* bytes received in sequence */
204 u_long tcps_rcvbadsum; /* packets received with ccksum errs */
205 u_long tcps_rcvbadoff; /* packets received with bad offset */
206 /* u_long tcps_rcvshort; */ /* packets received too short */
207 u_long tcps_rcvduppack; /* duplicate-only packets received */
208 u_long tcps_rcvdupbyte; /* duplicate-only bytes received */
211 u_long tcps_rcvoopack; /* out-of-order packets received */
    [all...]
  /external/bluetooth/bluez/audio/
gsta2dpsink.h 18 * You should have received a copy of the GNU Lesser General Public
65 /* Store the tags received before the a2dpsender sink is created
ctl_bluetooth.c 18 * You should have received a copy of the GNU Lesser General Public
181 "received from audio service",
189 "received from audio service",
195 SNDERR("Unexpected message %s received", type);
279 "received from audio service",
287 "received from audio service",
293 SNDERR("Unexpected message %s received", name);
  /external/chromium/chrome/browser/ui/cocoa/wrench_menu/
menu_tracked_button.h 19 // however, the only event received is |-mouseDragged:|. Therefore, a
26 // If the button received a |-mouseEntered:| event. This short-circuits the
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasink.h 34 // received by a channel. Each channel needs two MediaSinkInterface, one for
35 // the sent packets and the other for the received packets.
  /external/kernel-headers/original/linux/
resource.h 36 long ru_msgrcv; /* messages received */
37 long ru_nsignals; /* signals received */
  /external/webkit/LayoutTests/http/tests/appcache/
top-frame-3.html 74 applicationCache.onupdateready = function() { log("FAIL: received unexpected updateready event") }
75 applicationCache.onerror = function() { log("FAIL: received unexpected error event") }
top-frame-4.html 74 applicationCache.onupdateready = function() { log("FAIL: received unexpected updateready event") }
75 applicationCache.onerror = function() { log("FAIL: received unexpected error event") }
xhr-foreign-resource.html 39 applicationCache.onupdateready = function() { log("FAIL: received unexpected updateready event") }
40 applicationCache.onerror = function() { log("FAIL: received unexpected error event") }
  /packages/apps/Nfc/res/values/
strings.xml 13 <!-- A notification description string informing the user that contact details were received over NFC [CHAR-LIMIT=64] -->
14 <string name="inbound_me_profile_title">Contact received over NFC</string>
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
ItemSimpleGestureListener.java 36 * @param view The view which received the event
48 * @param view The view which received the event
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
resource.h 36 long ru_msgrcv; /* messages received */
37 long ru_nsignals; /* signals received */
  /system/extras/tests/bionic/libc/common/
test_pthread_join.c 47 printf("thread2 received code %08x from thread1\n", (int)result);
59 printf("thread3 received code %08x from thread1\n", (int)result);
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_client_read.c 44 "received content type 0x%x", ct);
58 wpa_printf(MSG_DEBUG, "TLSv1: Received unexpected handshake "
64 wpa_printf(MSG_DEBUG, "TLSv1: Received ServerHello");
224 "received content type 0x%x", ct);
263 wpa_printf(MSG_DEBUG, "TLSv1: Received unexpected handshake "
273 "TLSv1: Received Certificate (certificate_list len %lu)",
486 "received content type 0x%x", ct);
524 wpa_printf(MSG_DEBUG, "TLSv1: Received unexpected handshake "
532 wpa_printf(MSG_DEBUG, "TLSv1: Received ServerKeyExchange");
574 "received content type 0x%x", ct)
    [all...]
tlsv1_record.c 232 * tlsv1_record_receive - TLS record layer: Process a received message
234 * @in_data: Received data
235 * @in_len: Length of the received data
242 * This function decrypts the received message, verifies HMAC and TLS record
254 wpa_hexdump(MSG_MSGDUMP, "TLSv1: Record Layer - Received",
264 wpa_printf(MSG_DEBUG, "TLSv1: Received content type %d version %d.%d "
310 "processing received record");
335 "received record",
344 "received record",
392 "received message")
    [all...]
  /external/wpa_supplicant_8/src/tls/
tlsv1_client_read.c 44 "received content type 0x%x", ct);
58 wpa_printf(MSG_DEBUG, "TLSv1: Received unexpected handshake "
64 wpa_printf(MSG_DEBUG, "TLSv1: Received ServerHello");
224 "received content type 0x%x", ct);
263 wpa_printf(MSG_DEBUG, "TLSv1: Received unexpected handshake "
273 "TLSv1: Received Certificate (certificate_list len %lu)",
487 "received content type 0x%x", ct);
525 wpa_printf(MSG_DEBUG, "TLSv1: Received unexpected handshake "
533 wpa_printf(MSG_DEBUG, "TLSv1: Received ServerKeyExchange");
575 "received content type 0x%x", ct)
    [all...]
tlsv1_record.c 232 * tlsv1_record_receive - TLS record layer: Process a received message
234 * @in_data: Received data
235 * @in_len: Length of the received data
242 * This function decrypts the received message, verifies HMAC and TLS record
254 wpa_hexdump(MSG_MSGDUMP, "TLSv1: Record Layer - Received",
264 wpa_printf(MSG_DEBUG, "TLSv1: Received content type %d version %d.%d "
310 "processing received record");
335 "received record",
344 "received record",
392 "received message")
    [all...]
  /external/openssl/crypto/jpake/
jpake.c 302 int JPAKE_STEP1_process(JPAKE_CTX *ctx, const JPAKE_STEP1 *received)
304 if(!is_legal(received->p1.gx, ctx))
310 if(!is_legal(received->p2.gx, ctx))
317 if(!verify_zkp(&received->p1, ctx->p.g, ctx))
324 if(!verify_zkp(&received->p2, ctx->p.g, ctx))
331 if(BN_is_one(received->p2.gx))
338 BN_copy(ctx->p.gxc, received->p1.gx);
339 BN_copy(ctx->p.gxd, received->p2.gx);
414 int JPAKE_STEP2_process(JPAKE_CTX *ctx, const JPAKE_STEP2 *received)
430 if(verify_zkp(received, t1, ctx)
    [all...]
  /external/ipsec-tools/src/racoon/
handler.h 52 * 1 start start (1st msg received)
53 * 2 (---) 1st valid msg received
55 * 4 1st valid msg received 2st valid msg received
57 * 6 2nd valid msg received 3rd valid msg received
59 * 8 3rd valid msg received (---)
65 * 1 start start (1st msg received)
66 * 2 (---) 1st valid msg received
68 * 4 1st valid msg received 2st valid msg receive
    [all...]
  /external/chromium/net/spdy/
spdy_stream.h 62 // Called when the SYN_STREAM, SYN_REPLY, or HEADERS frames are received.
72 // Called when data is received.
99 // If it already received SYN_REPLY or data, OnResponseReceived() or
171 // has been received for this stream. Returns a status code.
174 // Called by the SpdySession when late-bound headers are received for a
178 // Called by the SpdySession when response data has been received for this
181 // |buffer| contains the data received. The stream must copy any data
183 // |length| is the number of bytes received or an error.
273 // first created, and the pushed data is replayed. Any data received during
321 // Data received before delegate is attached
    [all...]
  /external/libnfc-nxp/src/
phLlcNfc_DataTypes.h 109 DEFINED : then check for the NR frame received from PN544 in the I frame is
112 COMMENTED : dont check the N(R) frame received from the PN544
117 DEFINED : then if an I frame is received and the
121 COMMENTED : then if an I frame is received and the
131 DEFINED : then if the received NS = (expected NR - 1) then instead of REJ
177 COMMENTED : immediately ACK the received I frame
350 is received from PN544 */
361 /* LLC has received a I frame for the re-sent I frames, so an S
364 /* LLC has received a I frame for the re-sent I frames, so an S
376 /* For any of the above sent frames, the response shall be received */
    [all...]
  /external/mtpd/
l2tp.c 224 * this packet if it is their next one and they received our last one. */
422 * from being closed even if we received unexpected messages. */
429 log_print(DEBUG, "Received SCCRP (remote_tunnel = %d) -> "
436 log_print(DEBUG, "Received SCCRP without %s", tunnel ?
447 log_print(DEBUG, "Received ICRP (remote_session = %d) -> "
455 log_print(DEBUG, "Received ICRP without assigned session");
462 log_print(DEBUG, "Received STOPCCN");
469 log_print(DEBUG, "Received CDN (local_session = %d)",
485 log_print(DEBUG, "Received %s -> Sending ICRQ (local_session = "
496 log_print(DEBUG, "Received ACK")
    [all...]
  /frameworks/base/core/java/android/net/
TrafficStats.java 35 * bytes transmitted and received and network packets transmitted and received,
243 * Get the total number of packets received through the mobile interface.
259 * Get the total number of bytes received through the mobile interface.
276 * Get the total number of packets received through the specified interface.
294 * Get the total number of bytes received through the specified interface.
312 * Get the total number of packets received through all network interfaces.
328 * Get the total number of bytes received through all network interfaces.
348 * Get the number of bytes received through the network for this UID.
373 * Get the number of packets (TCP segments + UDP) received throug
    [all...]
  /external/webkit/Source/WebKit/win/Interfaces/
IWebDocument.idl 60 @abstract Called when the corresponding data source has received data.
200 @abstract Called when the data source has received data.
201 @param data The data that the data source has received.
202 @param dataSource The data source that has received data.
209 @abstract Called when the data source has received an error.
210 @param error The error that the data source has received.
211 @param dataSource The data source that has received the error.
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
radiotap.h 92 * MPDU arrived at the MAC. For received frames, only.
157 * Properties of transmitted and received frames. See flags
167 * Properties of received frames. See flags defined below.
215 #define IEEE80211_RADIOTAP_F_CFP 0x01 /* sent/received
218 #define IEEE80211_RADIOTAP_F_SHORTPRE 0x02 /* sent/received
222 #define IEEE80211_RADIOTAP_F_WEP 0x04 /* sent/received
225 #define IEEE80211_RADIOTAP_F_FRAG 0x08 /* sent/received

Completed in 374 milliseconds

<<11121314151617181920>>