Searched refs:ACK (Results 1 - 25 of 28) sorted by relevance

12

/external/tcpdump/
H A Dtftp.h51 #define ACK 04 /* acknowledgement */ macro
H A Dprint-tftp.c52 { ACK, "ACK" }, /* acknowledgement */
134 case ACK:
/external/chromium_org/tools/android/forwarder2/
H A Dcommand.h19 ACK, enumerator in enum:forwarder2::command::Type
H A Ddevice_listener.cc103 SendCommand(command::ACK, listener_port_, host_socket_.get());
H A Dhost_controller.cc108 if (ReceivedCommand(command::ACK, adb_control_socket_.get())) {
/external/nist-sip/java/javax/sip/message/
H A DRequest.java7 String ACK = "ACK"; field in interface:Request
/external/iputils/
H A Dtftp.h49 #define ACK 04 /* acknowledgement */ macro
H A Dtftpd.c392 if (ap->th_opcode == ACK) {
432 ap->th_opcode = htons((u_short)ACK);
477 ap->th_opcode = htons((u_short)ACK); /* send the "final" ack */
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DTokenNames.java46 public static final String ACK = Request.ACK; field in interface:TokenNames
H A DParser.java83 || token.getTokenType() == ACK
H A DTokenTypes.java43 public static final int ACK = START + 6; field in interface:TokenTypes
H A DLexer.java100 addKeyword(TokenNames.ACK, TokenTypes.ACK);
/external/guava/guava/src/com/google/common/base/
H A DAscii.java111 public static final byte ACK = 6; field in class:Ascii
/external/smack/src/com/kenai/jbosh/
H A DAttributes.java38 static final BodyQName ACK = BodyQName.createBOSH("ack"); field in class:Attributes
H A DCMSessionParams.java85 resp.getAttribute(Attributes.ACK));
H A DBOSHClient.java851 builder.setAttribute(Attributes.ACK, "1");
938 builder.setAttribute(Attributes.ACK, responseAck.toString());
1311 String acked = resp.getAttribute(Attributes.ACK);
/external/mtpd/
H A Dl2tp.c40 /* 0 is reserved. We put ACK here just for convenience. */
42 ACK = 0, enumerator in enum:l2tp_message
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/
H A DEventScanner.java175 // 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.
H A DSipProviderImpl.java285 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)) {
H A DSipStackImpl.java181 * 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)
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DSIPRequest.java119 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);
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);
864 // CONTACT header does not apply for ACK request
[all...]
H A DSIPResponse.java620 * 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/nist-sip/java/gov/nist/javax/sip/stack/
H A DSIPClientTransaction.java96 * 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 sen
[all...]
H A DSIPServerTransaction.java100 * 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
742 // If an invite transaction is ACK'ed while in
745 && transactionRequest.getMethod().equals(Request.ACK)) {
769 sipStack.getStackLogger().logDebug("ACK received for server Tx "
793 } else if (transactionRequest.getMethod().equals(Request.ACK)) {
829 && transactionRequest.getMethod().equals(Request.ACK)
968 * the ACK arrive
[all...]
H A DSIPDialog.java279 * 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
493 * Did not send ACK so we need to delete the dialog.
500 sipStack.getStackLogger().logError("ACK Wa
[all...]

Completed in 929 milliseconds

12