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

  /external/nist-sip/java/javax/sip/message/
Request.java 7 String ACK = "ACK";
  /external/tcpdump/
tftp.h 51 #define ACK 04 /* acknowledgement */
  /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;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/4X/
fourX.h 68 #define ACK ELIMINATION_CAPABILITY_ID 0x0004
  /external/mtpd/
l2tp.c 39 /* 0 is reserved. We put ACK here just for convenience. */
41 ACK = 0,
60 "ACK", "SCCRQ", "SCCRP", "SCCCN", "STOPCCN", NULL, "HELLO", "OCRQ",
200 incoming.message = ACK;
207 /* Check if the packet is duplicated and send ACK if necessary. */
209 if (incoming.message != ACK) {
225 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);
801 * Creates a default ACK SIPRequest message for this original request. Note that the
803 * responseToHeader is null then the toHeader of this request is used to construct the ACK.
808 * @return A SIPRequest with an ACK method.
817 newRequest.setMethod(Request.ACK);
822 // Ack and cancel do not get ROUTE headers.
823 // Route header for ACK is assigned by the
843 // ACK MUST contain the same value for the
846 // MUST be equal to "ACK".
849 cseq.setMethod(Request.ACK);
    [all...]

Completed in 80 milliseconds