| /openbsd-src/sys/dev/microcode/siop/ |
| H A D | oosiop.ss | 102 CLEAR ACK 108 CLEAR ACK 127 CLEAR ACK 132 CLEAR ACK 138 CLEAR ACK 147 CLEAR ACK
|
| H A D | osiop.ss | 109 CLEAR ACK 114 CLEAR ACK 120 CLEAR ACK 124 ; message to be sent. Set ATN, clear ACK, and continue. 126 CLEAR ACK 130 CLEAR ACK 136 CLEAR ACK ; acknowledge message 140 CLEAR ACK 154 CLEAR ACK ; acknowledge the message 248 CLEAR ACK
|
| H A D | siop.ss | 236 CLEAR ACK; 239 CLEAR ACK; 243 CLEAR ACK; 248 CLEAR ACK; 270 CLEAR ACK; 276 CLEAR ACK; 342 CLEAR ACK; 351 CLEAR ACK; 355 CLEAR ACK;
|
| /openbsd-src/usr.sbin/tcpdump/ |
| H A D | print-tftp.c | 47 { ACK, "ACK" }, /* acknowledgement */ 111 case ACK: in tftp_print()
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/link/accessories/ |
| H A D | link_dp_cts.c | 605 test_response.bits.ACK = 1; in dp_handle_automated_test() 613 test_response.bits.ACK = 0; in dp_handle_automated_test() 633 test_response.bits.ACK = dm_helpers_dp_handle_test_pattern_request(link->ctx, link, in dp_handle_automated_test() 639 test_response.bits.ACK = 1; in dp_handle_automated_test() 644 test_response.bits.ACK = 1; in dp_handle_automated_test() 648 if (test_response.bits.ACK) in dp_handle_automated_test()
|
| /openbsd-src/include/arpa/ |
| H A D | tftp.h | 51 #define ACK 04 /* acknowledgement */ macro
|
| /openbsd-src/usr.bin/tftp/ |
| H A D | tftp.c | 237 if (ap->th_opcode == ACK) { in sendfile() 305 ap->th_opcode = htons((u_short)ACK); in recvfile() 410 ap->th_opcode = htons((u_short)ACK); in recvfile() 535 case ACK: in tpacket()
|
| /openbsd-src/sys/lib/libsa/ |
| H A D | tftp.h | 73 #define ACK 04 /* acknowledgement */ macro
|
| H A D | tftp.c | 209 wbuf.t.th_opcode = htons((u_short) ACK); in tftp_getnextblock() 244 wbuf.t.th_opcode = htons((u_short) ACK); in tftp_terminate()
|
| /openbsd-src/regress/usr.bin/mandoc/char/unicode/ |
| H A D | nogroff.out_ascii | 14 <ACK><ACK> <control> ACKNOWLEDGE
|
| /openbsd-src/etc/ |
| H A D | pf.os | 35 # performance control (max. amount of data to be sent without ACK). 95 # - Selective ACK permitted - a flag set by systems that implement 96 # selective ACK functionality. 98 # - The sequence of TCP all options (MSS, window scaling, selective ACK 102 # header padding) and sackOK option (selective ACK feature). 143 # S - selective ACK OK 169 # at SYN+ACK - does it look similar? 172 # functionality, enable or disable timestamps or selective ACK, 246 # selective ACK: 544 # Another hardcore MSS, one of the ACK leakers hunted down.
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | remote-e7000.c | 63 #define ACK 0x06 macro 1126 putchar_e7000 (ACK); in write_large() 1199 putchar_e7000 (ACK); in write_large() 1394 putchar_e7000 (ACK); 1449 putchar_e7000 (ACK);
|
| /openbsd-src/sys/netinet/ |
| H A D | tcp_debug.c | 225 pf(SYN); pf(ACK); pf(FIN); pf(RST); pf(PUSH); pf(URG); in tcp_trace()
|
| /openbsd-src/sys/dev/ic/ |
| H A D | iha.h | 342 #define ACK 0x40 /* ACK signal */ macro
|
| /openbsd-src/sys/dev/microcode/aic7xxx/ |
| H A D | aic7xxx.seq | 1125 * it makes sense that the DMA circuitry doesn't ACK when 1450 * Wait for our ACK to go-away on its own 1603 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/ 1737 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/ 1767 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/ 1773 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/ 1889 mov NONE,SCSIDATL; /* ACK Identify MSG */ 1966 * According to Adaptec's documentation, an ACK is not sent on input from 1972 * we send our ACK. 1982 mov NONE,SCSIDATL; /*dummy read from latch to ACK*/ [all …]
|
| H A D | aic79xx.seq | 1055 mov NONE, SCSIDAT; /* ACK Byte */ 1079 mov NONE,SCSIDAT; /*dummy read from latch to ACK*/ 1118 mov NONE, SCSIDAT; /* ACK Identify MSG */ 1353 mov NONE,SCSIDAT; /*dummy read from latch to ACK*/ 1400 * an async phase due to our asserted ACK. Each 1422 * An ACK is not sent on input from the target until SCSIDATL is read from. 1427 * data byte on the bus until we send our ACK. 1434 mov NONE,SCSIDAT; /*dummy read from latch to ACK*/ 1451 mov NONE,SCSIDAT ret; /*dummy read from latch to ACK*/
|
| /openbsd-src/sbin/isakmpd/ |
| H A D | isakmp_num.cst | 215 ACK 4
|
| /openbsd-src/usr.sbin/tftpd/ |
| H A D | tftpd.c | 1228 case ACK: in tftp_rrq_ack() 1297 ap->th_opcode = htons((u_short)ACK); in tftp_wrq_ack_packet() 1548 /* no client ACK for write requests with options */ in oack() 1614 if (ap->th_opcode != ACK || ap->th_block != 0) in oack_done()
|
| /openbsd-src/gnu/llvm/lldb/docs/ |
| H A D | lldb-platform-packets.txt | 18 // A request to stop sending ACK packets for each properly formatted packet. 28 // ACK mode is now disabled.
|
| /openbsd-src/gnu/llvm/lldb/utils/lui/ |
| H A D | cui.py | 325 elif key == curses.KEY_RIGHT or key == curses.ascii.ACK: # right or CTRL-F
|
| /openbsd-src/sys/dev/pci/drm/amd/display/dc/ |
| H A D | dc_dp_types.h | 647 uint8_t ACK :1; member
|
| /openbsd-src/gnu/usr.bin/perl/lib/unicore/ |
| H A D | NameAliases.txt | 84 0006;ACK;abbreviation
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlebcdic.pod | 192 those whose ASCII code points are 0..0x1F; things like TAB, ACK, BEL, 444 <ACK> 6 46 46 46 6 46 802 <ACK> 06 2E 2E 2E 06 2E 1194 \cF 6 <ACK> <SSA> <SSA>
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 1472 Sema::ArithConvKind ACK) { in checkEnumArithmeticConversions() argument 1483 bool IsCompAssign = ACK == Sema::ACK_CompAssign; in checkEnumArithmeticConversions() 1490 << (int)ACK << LEnum << L << R; in checkEnumArithmeticConversions() 1502 } else if (ACK == Sema::ACK_Conditional) { in checkEnumArithmeticConversions() 1508 } else if (ACK == Sema::ACK_Comparison) { in checkEnumArithmeticConversions() 1520 << (int)ACK << L << R; in checkEnumArithmeticConversions() 1530 ArithConvKind ACK) { in UsualArithmeticConversions() argument 1531 checkEnumArithmeticConversions(*this, LHS.get(), RHS.get(), Loc, ACK); in UsualArithmeticConversions() 1533 if (ACK != ACK_CompAssign) { in UsualArithmeticConversions() 1568 if (LHSType != LHSUnpromotedType && ACK != ACK_CompAssign) in UsualArithmeticConversions() [all …]
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/gdbserver/ |
| H A D | ChangeLog | 402 Handle input interrupts while waiting for an ACK.
|