/external/tcpdump/ |
D | print-decnet.c | 435 int ack; in print_nsp() local 444 ack = EXTRACT_LE_16BITS(shp->sh_seq[0]); in print_nsp() 445 if (ack & SGQ_ACK) { /* acknum field */ in print_nsp() 446 if ((ack & SGQ_NAK) == SGQ_NAK) in print_nsp() 447 (void)printf("nak %d ", ack & SGQ_MASK); in print_nsp() 449 (void)printf("ack %d ", ack & SGQ_MASK); in print_nsp() 454 ack = EXTRACT_LE_16BITS(shp->sh_seq[1]); in print_nsp() 455 if (ack & SGQ_OACK) { /* ackoth field */ in print_nsp() 456 if ((ack & SGQ_ONAK) == SGQ_ONAK) in print_nsp() 457 (void)printf("onak %d ", ack & SGQ_MASK); in print_nsp() [all …]
|
D | print-tcp.c | 86 tcp_seq ack; member 200 u_int32_t seq, ack, thseq, thack; in tcp_print() local 283 ack = EXTRACT_32BITS(&tp->th_ack); in tcp_print() 401 th->ack = seq, th->seq = ack - 1; in tcp_print() 403 th->seq = seq, th->ack = ack - 1; in tcp_print() 406 seq -= th->ack, ack -= th->seq; in tcp_print() 408 seq -= th->seq, ack -= th->ack; in tcp_print() 412 thack = th->ack; in tcp_print() 456 (void)printf(" ack %u", ack); in tcp_print()
|
D | README | 93 send-ack.awk 97 we just note if the packet is a "send" or an "ack". 103 "Send" means data going from sender to receiver, "ack" 104 means an ack going from the receiver to the sender. A 111 for acks). The number in parens following an ack is 113 ack. A number in parens following a send is the 121 3.20 0.20 ack . 1024 (0.20) 123 3.40 0.20 ack . 1536 (0.20) 125 3.82 0.02 * ack . 1536 (0.62) [2] 152 5 - time of first ack [all …]
|
D | atime.awk | 1 $6 ~ /^ack/ && $5 !~ /[SFR]/ {
|
D | stime.awk | 1 $6 !~ /^ack/ && $5 !~ /[SFR]/ {
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
D | controlflow-recursive.js | 5 function ack(m,n){ function 7 if (n==0) { return ack(m-1,1); } 8 return ack(m-1, ack(m,n-1) ); 22 ack(3,i);
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
D | controlflow-recursive.js | 5 function ack(m,n){ function 7 if (n==0) { return ack(m-1,1); } 8 return ack(m-1, ack(m,n-1) ); 22 ack(3,i);
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/ |
D | socket.rb | 55 ack 77 def ack method in ANTLR3.Debug.EventSocketProxy 85 ack() 293 ack 296 def ack method in ANTLR3.Debug.RemoteEventSocketListener 323 ack
|
/external/openssh/ |
D | sftp-client.c | 1354 struct outstanding_ack *ack = NULL; in do_upload() local 1433 ack = xmalloc(sizeof(*ack)); in do_upload() 1434 ack->id = ++id; in do_upload() 1435 ack->offset = offset; in do_upload() 1436 ack->len = len; in do_upload() 1437 TAILQ_INSERT_TAIL(&acks, ack, tq); in do_upload() 1441 buffer_put_int(&msg, ack->id); in do_upload() 1451 if (ack == NULL) in do_upload() 1471 for (ack = TAILQ_FIRST(&acks); in do_upload() 1472 ack != NULL && ack->id != r_id; in do_upload() [all …]
|
/external/tcpdump/tests/ |
D | print-AA.out | 4 23:57:35.938122 IP 127.0.0.1.80 > 127.0.0.1.55920: S 930778609:930778609(0) ack 928549247 win 32767… 7 23:57:35.938167 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 1 win 8192 <nop,nop,timestamp 1306300950 1… 10 23:57:35.939423 IP 127.0.0.1.55920 > 127.0.0.1.80: P 1:203(202) ack 1 win 8192 <nop,nop,timestamp 1… 21 23:57:35.940474 IP 127.0.0.1.80 > 127.0.0.1.55920: . ack 203 win 8192 <nop,nop,timestamp 1306300952… 24 23:57:35.941232 IP 127.0.0.1.80 > 127.0.0.1.55920: P 1:5560(5559) ack 203 win 8192 <nop,nop,timesta… 182 23:57:35.941260 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5560 win 12383 <nop,nop,timestamp 13063009… 185 23:57:37.229575 IP 127.0.0.1.55920 > 127.0.0.1.80: F 203:203(0) ack 5560 win 12383 <nop,nop,timesta… 188 23:57:37.230839 IP 127.0.0.1.80 > 127.0.0.1.55920: F 5560:5560(0) ack 204 win 8192 <nop,nop,timesta… 191 23:57:37.230900 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5561 win 12383 <nop,nop,timestamp 13063022…
|
D | print-AA.new | 4 23:57:35.938122 IP 127.0.0.1.80 > 127.0.0.1.55920: S 930778609:930778609(0) ack 928549247 win 32767… 7 23:57:35.938167 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 1 win 8192 <nop,nop,timestamp 1306300950 1… 10 23:57:35.939423 IP 127.0.0.1.55920 > 127.0.0.1.80: P 1:203(202) ack 1 win 8192 <nop,nop,timestamp 1… 21 23:57:35.940474 IP 127.0.0.1.80 > 127.0.0.1.55920: . ack 203 win 8192 <nop,nop,timestamp 1306300952… 24 23:57:35.941232 IP 127.0.0.1.80 > 127.0.0.1.55920: P 1:5560(5559) ack 203 win 8192 <nop,nop,timesta… 182 23:57:35.941260 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5560 win 12383 <nop,nop,timestamp 13063009… 185 23:57:37.229575 IP 127.0.0.1.55920 > 127.0.0.1.80: F 203:203(0) ack 5560 win 12383 <nop,nop,timesta… 188 23:57:37.230839 IP 127.0.0.1.80 > 127.0.0.1.55920: F 5560:5560(0) ack 204 win 8192 <nop,nop,timesta… 191 23:57:37.230900 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5561 win 12383 <nop,nop,timestamp 13063022…
|
D | print-A.out | 4 23:57:35.938122 IP 127.0.0.1.80 > 127.0.0.1.55920: S 930778609:930778609(0) ack 928549247 win 32767… 7 23:57:35.938167 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 1 win 8192 <nop,nop,timestamp 1306300950 1… 10 23:57:35.939423 IP 127.0.0.1.55920 > 127.0.0.1.80: P 1:203(202) ack 1 win 8192 <nop,nop,timestamp 1… 21 23:57:35.940474 IP 127.0.0.1.80 > 127.0.0.1.55920: . ack 203 win 8192 <nop,nop,timestamp 1306300952… 24 23:57:35.941232 IP 127.0.0.1.80 > 127.0.0.1.55920: P 1:5560(5559) ack 203 win 8192 <nop,nop,timesta… 182 23:57:35.941260 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5560 win 12383 <nop,nop,timestamp 13063009… 185 23:57:37.229575 IP 127.0.0.1.55920 > 127.0.0.1.80: F 203:203(0) ack 5560 win 12383 <nop,nop,timesta… 188 23:57:37.230839 IP 127.0.0.1.80 > 127.0.0.1.55920: F 5560:5560(0) ack 204 win 8192 <nop,nop,timesta… 191 23:57:37.230900 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5561 win 12383 <nop,nop,timestamp 13063022…
|
D | print-A.new | 4 23:57:35.938122 IP 127.0.0.1.80 > 127.0.0.1.55920: S 930778609:930778609(0) ack 928549247 win 32767… 7 23:57:35.938167 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 1 win 8192 <nop,nop,timestamp 1306300950 1… 10 23:57:35.939423 IP 127.0.0.1.55920 > 127.0.0.1.80: P 1:203(202) ack 1 win 8192 <nop,nop,timestamp 1… 21 23:57:35.940474 IP 127.0.0.1.80 > 127.0.0.1.55920: . ack 203 win 8192 <nop,nop,timestamp 1306300952… 24 23:57:35.941232 IP 127.0.0.1.80 > 127.0.0.1.55920: P 1:5560(5559) ack 203 win 8192 <nop,nop,timesta… 182 23:57:35.941260 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5560 win 12383 <nop,nop,timestamp 13063009… 185 23:57:37.229575 IP 127.0.0.1.55920 > 127.0.0.1.80: F 203:203(0) ack 5560 win 12383 <nop,nop,timesta… 188 23:57:37.230839 IP 127.0.0.1.80 > 127.0.0.1.55920: F 5560:5560(0) ack 204 win 8192 <nop,nop,timesta… 191 23:57:37.230900 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5561 win 12383 <nop,nop,timestamp 13063022…
|
D | print-x.out | 6 23:57:35.938122 IP 127.0.0.1.80 > 127.0.0.1.55920: S 930778609:930778609(0) ack 928549247 win 32767… 11 23:57:35.938167 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 1 win 8192 <nop,nop,timestamp 1306300950 1… 16 23:57:35.939423 IP 127.0.0.1.55920 > 127.0.0.1.80: P 1:203(202) ack 1 win 8192 <nop,nop,timestamp 1… 33 23:57:35.940474 IP 127.0.0.1.80 > 127.0.0.1.55920: . ack 203 win 8192 <nop,nop,timestamp 1306300952… 38 23:57:35.941232 IP 127.0.0.1.80 > 127.0.0.1.55920: P 1:5560(5559) ack 203 win 8192 <nop,nop,timesta… 390 23:57:35.941260 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5560 win 12383 <nop,nop,timestamp 13063009… 395 23:57:37.229575 IP 127.0.0.1.55920 > 127.0.0.1.80: F 203:203(0) ack 5560 win 12383 <nop,nop,timesta… 400 23:57:37.230839 IP 127.0.0.1.80 > 127.0.0.1.55920: F 5560:5560(0) ack 204 win 8192 <nop,nop,timesta… 405 23:57:37.230900 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5561 win 12383 <nop,nop,timestamp 13063022…
|
D | print-x.new | 6 23:57:35.938122 IP 127.0.0.1.80 > 127.0.0.1.55920: S 930778609:930778609(0) ack 928549247 win 32767… 11 23:57:35.938167 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 1 win 8192 <nop,nop,timestamp 1306300950 1… 16 23:57:35.939423 IP 127.0.0.1.55920 > 127.0.0.1.80: P 1:203(202) ack 1 win 8192 <nop,nop,timestamp 1… 33 23:57:35.940474 IP 127.0.0.1.80 > 127.0.0.1.55920: . ack 203 win 8192 <nop,nop,timestamp 1306300952… 38 23:57:35.941232 IP 127.0.0.1.80 > 127.0.0.1.55920: P 1:5560(5559) ack 203 win 8192 <nop,nop,timesta… 390 23:57:35.941260 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5560 win 12383 <nop,nop,timestamp 13063009… 395 23:57:37.229575 IP 127.0.0.1.55920 > 127.0.0.1.80: F 203:203(0) ack 5560 win 12383 <nop,nop,timesta… 400 23:57:37.230839 IP 127.0.0.1.80 > 127.0.0.1.55920: F 5560:5560(0) ack 204 win 8192 <nop,nop,timesta… 405 23:57:37.230900 IP 127.0.0.1.55920 > 127.0.0.1.80: . ack 5561 win 12383 <nop,nop,timestamp 13063022…
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ap.h | 37 const u8 *buf, size_t len, int ack); 39 const u8 *data, size_t len, int ack);
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/ |
D | debug-mode.rb | 40 ack 44 ack 54 def ack method in ANTLRDebugger
|
/external/llvm/test/Linker/ |
D | testlink2.ll | 37 %ack = load i32* @0 38 %fzo = add i32 %ack, %blah
|
/external/wpa_supplicant_8/src/ap/ |
D | ieee802_1x.h | 64 const u8 *buf, size_t len, int ack); 66 const u8 *data, int len, int ack);
|
D | ieee802_11.h | 58 const u8 *buf, size_t len, int ack); 60 const u8 *data, size_t len, int ack);
|
/external/grub/netboot/ |
D | tlan.c | 2553 u32 ack; 2570 ack = TLanIntVector[type]( dev, host_int ); 2572 if ( ack ) { 2573 host_cmd = TLAN_HC_ACK | ack | ( type << 18 ); 2783 u32 ack = 0; 2789 while (((tmpCStat = head_list->cStat ) & TLAN_CSTAT_FRM_CMP) && (ack < 255)) { 2790 ack++; 2807 if (!ack) 2815 ack |= TLAN_HC_GO; 2835 return ack; [all …]
|
D | fsys_tftp.c | 187 block = tp.u.ack.block = 0; in buf_fill() 205 block = ntohs (tp.u.ack.block = tr->u.data.block); in buf_fill() 213 tp.u.ack.block = htons (block = prevblock); in buf_fill()
|
/external/iproute2/include/netinet/ |
D | tcp.h | 103 u_int16_t ack:1; member 111 u_int16_t ack:1; member
|
/external/ppp/pppd/ |
D | sys-solaris.c | 2640 struct T_optmgmt_ack ack; member 2642 } ack; local 2674 cbuf.buf = (char *) &ack; 2675 cbuf.maxlen = sizeof(ack); 2687 || ack.ack.PRIM_type != T_OPTMGMT_ACK 2688 || ack.ack.MGMT_flags != T_SUCCESS 2689 || ack.ack.OPT_length < sizeof(struct opthdr)) { 2691 cbuf.len, ack.ack.PRIM_type); 2696 rh = (struct opthdr *) ((char *)&ack + ack.ack.OPT_offset);
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | pseudotcp.cc | 537 seg.ack = bytes_to_long(buffer + 8); in parse() 551 << "><ACK=" << seg.ack in parse() 660 if ((seg.ack > m_snd_una) && (seg.ack <= m_snd_nxt)) { in process() 686 uint32 nAcked = seg.ack - m_snd_una; in process() 687 m_snd_una = seg.ack; in process() 759 } else if (seg.ack == m_snd_una) { in process()
|