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

  /external/tcpdump/
tftp.h 51 #define ACK 04 /* acknowledgement */
  /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/opencore/protocols/sdp/common/include/
media_info.h 52 enum { ACK, NACK, TRR_INT, FB_ID };
546 if (!oscl_strncmp(rtcp_fb.val.get_str(), "ack", rtcp_fb.val.get_size()))
547 rtcp_fb.val_type = rtcp_fbType::ACK;
562 if (rtcp_fb.val_type == (rtcp_fbType::ACK))