Home
last modified time | relevance | path

Searched refs:ACK (Results 1 – 25 of 39) sorted by relevance

12

/openbsd-src/sys/dev/microcode/siop/
H A Doosiop.ss102 CLEAR ACK
108 CLEAR ACK
127 CLEAR ACK
132 CLEAR ACK
138 CLEAR ACK
147 CLEAR ACK
H A Dosiop.ss109 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 Dsiop.ss236 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 Dprint-tftp.c47 { ACK, "ACK" }, /* acknowledgement */
111 case ACK: in tftp_print()
/openbsd-src/sys/dev/pci/drm/amd/display/dc/link/accessories/
H A Dlink_dp_cts.c605 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 Dtftp.h51 #define ACK 04 /* acknowledgement */ macro
/openbsd-src/usr.bin/tftp/
H A Dtftp.c237 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 Dtftp.h73 #define ACK 04 /* acknowledgement */ macro
H A Dtftp.c209 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 Dnogroff.out_ascii14 <ACK><ACK> <control> ACKNOWLEDGE
/openbsd-src/etc/
H A Dpf.os35 # 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 Dremote-e7000.c63 #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 Dtcp_debug.c225 pf(SYN); pf(ACK); pf(FIN); pf(RST); pf(PUSH); pf(URG); in tcp_trace()
/openbsd-src/sys/dev/ic/
H A Diha.h342 #define ACK 0x40 /* ACK signal */ macro
/openbsd-src/sys/dev/microcode/aic7xxx/
H A Daic7xxx.seq1125 * 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 Daic79xx.seq1055 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 Disakmp_num.cst215 ACK 4
/openbsd-src/usr.sbin/tftpd/
H A Dtftpd.c1228 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 Dlldb-platform-packets.txt18 // 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 Dcui.py325 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 Ddc_dp_types.h647 uint8_t ACK :1; member
/openbsd-src/gnu/usr.bin/perl/lib/unicore/
H A DNameAliases.txt84 0006;ACK;abbreviation
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlebcdic.pod192 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 DSemaExpr.cpp1472 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 DChangeLog402 Handle input interrupts while waiting for an ACK.

12