| /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/ |
| tcp.h | 30 ack:1, member in struct:tcphdr 40 ack:1, member in struct:tcphdr
|
| /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/ |
| tcp.h | 30 ack:1, member in struct:tcphdr 40 ack:1, member in struct:tcphdr
|
| /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/ |
| tcp.h | 30 ack:1, member in struct:tcphdr 40 ack:1, member in struct:tcphdr
|
| /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
| tcp.h | 30 ack:1, member in struct:tcphdr 40 ack:1, member in struct:tcphdr
|
| /external/chromium_org/net/quic/ |
| quic_network_transaction_unittest.cc | 137 QuicAckFrame ack(largest_received, QuicTime::Zero(), least_unacked); 146 frames.push_back(QuicFrame(&ack)); 339 scoped_ptr<QuicEncryptedPacket> ack(ConstructAckPacket(1, 0)); 343 MockWrite(SYNCHRONOUS, ack->data(), ack->length()), 466 scoped_ptr<QuicEncryptedPacket> ack(ConstructAckPacket(1, 0)); 470 MockWrite(SYNCHRONOUS, ack->data(), ack->length()), 519 scoped_ptr<QuicEncryptedPacket> ack(ConstructAckPacket(1, 0)); 523 MockWrite(SYNCHRONOUS, ack->data(), ack->length()) [all...] |
| /external/nist-sip/java/gov/nist/javax/sip/ |
| DialogFilter.java | 299 * assigned to the dialog. Forgive the sins of B2BUA's that like to record route ACK's 408 * A refer cannot be processed until we have either sent or received an ACK. 439 } else if (sipRequest.getMethod().equals(Request.ACK)) { 442 // This is an ack for a 3xx-6xx response. Just let the tx laer 445 sipStack.getStackLogger().logDebug("Processing ACK for INVITE Tx "); 449 sipStack.getStackLogger().logDebug("Processing ACK for dialog " + dialog); 466 * if it isn't an ACK for a 2xx response 472 * Found a transaction ( that we generated ) which is waiting for ACK. So ACK 477 sipStack.getStackLogger().logDebug("Found Tx pending ACK"); [all...] |
| /external/chromium_org/content/browser/renderer_host/input/ |
| immediate_input_router_unittest.cc | 133 // Called each time a WebInputEvent ACK IPC is received. 210 // Called upon event ack receipt from the renderer. 634 // Now ack the first message. 670 // Now ack the first message. 699 // OnKeyboardEventAck should be triggered without actual ack. 782 // Check that the ACK sends the second message via ImmediateInputForwarder 785 // The coalesced events can queue up a delayed ack 805 // After the final ack, the queue should be empty. 826 // Send an initial gesture begin and ACK it. 838 // Send a wheel phase end event before an ACK is received for the previou [all...] |
| /external/qemu/slirp/ |
| tcp_input.c | 64 * Set DELACK for segments received in order, but ack immediately 475 * candidate. If the length is zero and the ack moved 479 * is non-zero and the ack didn't move, we're the 482 * the socket buffer and note that we need a delayed ack. 495 * If last ACK falls within this segment's sequence numbers, 509 * this is a pure ack for outstanding data. 584 * If this is a short packet, then ACK now - with Nagel 586 * he gets an ACK. 613 * If the segment contains an ACK then it is bad and send a RST. 618 * <SEQ=ISS><ACK=RCV_NXT><CTL=SYN,ACK [all...] |
| tcp_timer.h | 51 * received. If an ACK is received which advances tp->snd_una, 76 * <SEQ=SND.UNA-1><ACK=RCV.NXT><CTL=ACK> 78 * an ack segment in response from the peer. If, despite the TCPT_KEEP
|
| /external/qemu/slirp-android/ |
| tcp_input.c | 64 * Set DELACK for segments received in order, but ack immediately 480 * candidate. If the length is zero and the ack moved 484 * is non-zero and the ack didn't move, we're the 487 * the socket buffer and note that we need a delayed ack. 500 * If last ACK falls within this segment's sequence numbers, 514 * this is a pure ack for outstanding data. 589 * If this is a short packet, then ACK now - with Nagel 591 * he gets an ACK. 618 * If the segment contains an ACK then it is bad and send a RST. 623 * <SEQ=ISS><ACK=RCV_NXT><CTL=SYN,ACK [all...] |
| tcp_timer.h | 51 * received. If an ACK is received which advances tp->snd_una, 76 * <SEQ=SND.UNA-1><ACK=RCV.NXT><CTL=ACK> 78 * an ack segment in response from the peer. If, despite the TCPT_KEEP
|
| /external/nist-sip/java/gov/nist/javax/sip/message/ |
| SIPRequest.java | 119 putName(Request.ACK); 805 * Creates a default ACK SIPRequest message for this original request. Note that the 807 * responseToHeader is null then the toHeader of this request is used to construct the ACK. 812 * @return A SIPRequest with an ACK method. 821 newRequest.setMethod(Request.ACK); 826 // Ack and cancel do not get ROUTE headers. 827 // Route header for ACK is assigned by the 847 // ACK MUST contain the same value for the 850 // MUST be equal to "ACK". 853 cseq.setMethod(Request.ACK); [all...] |
| /development/ndk/platforms/android-3/include/linux/ |
| if_arcnet.h | 67 uint8_t ack; member in union:arc_cap::__anon1073
|
| /external/chromium_org/cc/test/ |
| fake_output_surface_client.h | 28 virtual void OnSwapBuffersComplete(const CompositorFrameAck* ack) OVERRIDE {}
|
| /external/chromium_org/chrome/browser/policy/cloud/ |
| cloud_policy_invalidator_unittest.cc | 86 // Causes the invalidation service to fire an invalidation. Returns an ack 94 // version. Returns an ack handle which be used to verify that the 119 // Determines if the invalidation with the given ack handle has been 429 syncer::AckHandle ack = FireInvalidation(POLICY_OBJECT_A); local 435 EXPECT_TRUE(IsInvalidationAcknowledged(ack)); 455 syncer::AckHandle ack = FireInvalidation(POLICY_OBJECT_A); local 456 EXPECT_FALSE(IsInvalidationAcknowledged(ack)); 458 EXPECT_TRUE(IsInvalidationAcknowledged(ack)); 476 syncer::AckHandle ack = FireInvalidation(POLICY_OBJECT_A, 12, "test_payload"); local 483 EXPECT_FALSE(IsInvalidationAcknowledged(ack)); 494 syncer::AckHandle ack = FireInvalidation(POLICY_OBJECT_A); local 574 syncer::AckHandle ack = FireInvalidation(POLICY_OBJECT_A, 3, "test"); local [all...] |
| /external/chromium_org/content/renderer/gpu/ |
| mailbox_output_surface.h | 42 const cc::CompositorFrameAck& ack) OVERRIDE;
|
| /external/chromium_org/net/quic/congestion_control/ |
| inter_arrival_probe.h | 35 // If a peer sends both and ack and feedback for a sent packet, both
|
| /external/kernel-headers/original/linux/ |
| android_alarm.h | 41 #define ANDROID_ALARM_WAIT _IO('a', 1) // ack last alarm and wait for next
|
| /external/kernel-headers/original/linux/netfilter/ |
| nf_conntrack_tcp.h | 34 u_int32_t td_maxend; /* max of ack + max(win, 1) */
|
| /external/smack/src/com/kenai/jbosh/ |
| AttrAck.java | 20 * Data type representing the getValue of the {@code ack} attribute of the
|
| /external/tcpdump/ |
| sctpHeader.h | 100 /* Sctp association init request/ack */ 102 /* this is used for init ack, too */ 146 struct sctpInitiation initAckISent; /* the INIT-ACK that I sent to my peer */ 226 /* for the abort and shutdown ACK
|
| /external/tcpdump/tests/ |
| bgp_vpn_attrset.out | 1 IP (tos 0xc0, ttl 62, id 58628, offset 0, flags [none], proto: TCP (6), length: 173) 12.4.4.4.2051 > 12.1.1.1.179: P, cksum 0xcf18 (correct), 3293077573:3293077694(121) ack 3348108582 win 16384 <nop,nop,timestamp 383131 890299>: BGP, length: 121
|
| /packages/apps/Bluetooth/res/values-hu/ |
| test_strings.xml | 8 <string name="ack_record" msgid="6716152390978472184">"ACK rekord"</string>
|
| /packages/apps/Bluetooth/res/values-vi/ |
| test_strings.xml | 8 <string name="ack_record" msgid="6716152390978472184">"B?n ghi Ack"</string>
|
| /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
| if_arcnet.h | 67 uint8_t ack; member in union:arc_cap::__anon43362
|