/external/chromium_org/tools/android/forwarder2/ |
command.h | 19 ACK,
|
device_listener.cc | 99 SendCommand(command::ACK, listener_port_, host_socket_.get());
|
host_controller.cc | 107 if (ReceivedCommand(command::ACK, adb_control_socket_.get())) {
|
/external/nist-sip/java/javax/sip/message/ |
Request.java | 7 String ACK = "ACK";
|
/external/iputils/ |
tftp.h | 49 #define ACK 04 /* acknowledgement */
|
tftpd.c | 352 register struct tftphdr *ap; /* ack packet */ 379 alarm(rexmtval); /* read the ack */ 392 if (ap->th_opcode == ACK) { 423 register struct tftphdr *ap; /* ack buffer */ 432 ap->th_opcode = htons((u_short)ACK); 477 ap->th_opcode = htons((u_short)ACK); /* send the "final" ack */ 487 block == dp->th_block) { /* then my last ack was lost */ 488 (void) send(peer, ackbuf, 4, 0); /* resend final ack */
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
TokenNames.java | 46 public static final String ACK = Request.ACK;
|
Parser.java | 83 || token.getTokenType() == ACK
|
TokenTypes.java | 43 public static final int ACK = START + 6;
|
Lexer.java | 100 addKeyword(TokenNames.ACK, TokenTypes.ACK);
|
/external/guava/guava/src/com/google/common/base/ |
Ascii.java | 111 public static final byte ACK = 6;
|
/external/mtpd/ |
l2tp.c | 40 /* 0 is reserved. We put ACK here just for convenience. */ 42 ACK = 0, 61 "ACK", "SCCRQ", "SCCRP", "SCCCN", "STOPCCN", NULL, "HELLO", "OCRQ", 204 incoming.message = ACK; 211 /* Check if the packet is duplicated and send ACK if necessary. */ 213 if (incoming.message != ACK) { 229 if (incoming.message != ACK) { 476 case ACK: 495 if (incoming.message == ACK) { 496 log_print(DEBUG, "Received ACK"); [all...] |
/external/nist-sip/java/gov/nist/javax/sip/ |
EventScanner.java | 175 // the same branch parameter for an ACK. Such an ACK should 180 if (sipRequest.getMethod().equals(Request.ACK) 189 "Detected broken client sending ACK with same branch! Passing..."); 263 .equals(Request.ACK)) { 266 // if the user configured to get notification on ACK 321 * If the Listener does not ACK the 200 then we assume he 336 * If we dont see an ACK in 32 seconds, we want to tear down the dialog.
|
SipProviderImpl.java | 285 if ( sipRequest.getMethod().equals(Request.ACK)) { 286 throw new TransactionUnavailableException ("Cannot create client transaction for " + Request.ACK); 465 if ( request.getMethod().equals(Request.ACK)) { 467 sipStack.getStackLogger().logError("Creating server transaction for ACK -- makes no sense!"); 468 throw new TransactionUnavailableException("Cannot create Server transaction for ACK "); 672 && request.getMethod().equals(Request.ACK)) { [all...] |
SipStackImpl.java | 181 * till an ACK has been sent before admitting the new re-INVITE. If the previous 183 * ACK before re-INVITE is allowed to be sent. If a dialog is not ACKed within 259 * If true then the listener will see the ACK for non-2xx responses for server 273 * Default is <it>false</it>. ACK Server Transaction is a Pseuedo-transaction. 274 * If you want termination notification on ACK transactions (so all server 352 * till an ACK has been sent before admitting the new re-INVITE. If the previous 354 * ACK before re-INVITE is allowed to be sent. If a dialog is not ACKed within 456 // delivered for ACK transactions. 675 || em.equalsIgnoreCase(Request.ACK) [all...] |
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/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...] |
SIPResponse.java | 620 * Sets the Via branch for CANCEL or ACK requests 628 if (method.equals( Request.ACK ) ) { 630 branch = getTopmostVia().getBranch(); // non-2xx ACK uses same branch 632 branch = Utils.getInstance().generateBranchId(); // 2xx ACK gets new branch
|
/external/deqp/framework/qphelper/ |
qpXmlWriter.c | 71 case 6: repl = "<ACK>"; break;
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPClientTransaction.java | 96 * ACK sent | | | 104 * | ACK sent, | | 108 * | ACK sent +-----------+Transport Err. | transitions 425 // If this is a TU-generated ACK request, 426 if (transactionRequest.getMethod().equals(Request.ACK)) { 435 // BUGBUG -- This suppresses sending the ACK uncomment this 438 // if (transactionRequest.getMethod() != Request.ACK) 458 } else if (transactionRequest.getMethod().equals(Request.ACK)) { 475 // if (transactionRequest.getMethod() != Request.ACK) 686 * ACK sent | | [all...] |
SIPServerTransaction.java | 100 * ACK | | | 258 * seconds. This is because retransmissions of ACK are triggered on receipt of a 2xx, 366 // to catch the incoming ACK -- this is needed for tcp only. 379 // send an ACK and prevents a race condition for creation [all...] |
SIPDialog.java | 279 * This task waits till a pending ACK has been recorded and then sends out a re-INVITE. This 282 * ACK while it does mid call codec renegotiation. In the meanwhile, it cannot send an intervening 284 * condition. Hence we wait till the ACK for the previous re-INVITE has been sent before 342 * If we had to wait for ACK then wait for the ACK to actually get to the other 343 * side. Wait for any ACK retransmissions to finish. Then send out the request. 397 // If I ACK has not been seen on Dialog, 408 * seconds without receiving an ACK, the dialog is confirmed, but the session SHOULD 423 // Retransmit to 200 until ack receivedialog. 454 // confirmed state or ack seen if retransmit filter on [all...] |
/external/libnl/lib/ |
msg.c | 78 * @par The ACK Netlink Message 79 * This message is actually used to denote both an ACK and a NACK. 80 * Typically, the direction is from FEC to CPC (in response to an ACK 786 PRINT_FLAG(ACK);
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
compiler.jar | |
/external/chromium_org/third_party/checkstyle/ |
checkstyle-5.7-all.jar | |