HomeSort by relevance Sort by last modified time
    Searched defs:ACK (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/tools/android/forwarder2/
command.h 19 ACK,
  /external/iputils/
tftp.h 49 #define ACK 04 /* acknowledgement */
  /external/nist-sip/java/javax/sip/message/
Request.java 7 String ACK = "ACK";
  /external/guava/guava/src/com/google/common/base/
Ascii.java 111 public static final byte ACK = 6;
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 46 public static final String ACK = Request.ACK;
TokenTypes.java 43 public static final int ACK = START + 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/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...]
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 136 milliseconds