Searched refs:ACK (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/include/arpa/
H A Dtftp.h51 #define ACK 04 /* acknowledgement */ macro
/freebsd-13-stable/contrib/ntp/include/
H A Dascii.h47 #define ACK 6 macro
H A Dicom.h47 #define ACK 0xfb /* controller normal reply */ macro
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-tftp.c45 #define ACK 04 /* acknowledgement */ macro
68 { ACK, "ACK" }, /* acknowledgement */
167 case ACK:
/freebsd-13-stable/sys/dev/pcf/
H A Dpcf.c96 pcf_set_S1(sc, PIN|ESO|ENI|STO|ACK);
131 pcf_set_S1(sc, ESO|STA|STO|ACK);
182 pcf_set_S1(sc, PIN|ESO|STA|ACK);
190 /* check for ACK */
323 pcf_set_S1(sc, PIN|ESO|ENI|ACK);
372 pcf_set_S1(sc, PIN|ESO|ENI|ACK);
H A Dpcfvar.h50 #define ACK 0x01 macro
/freebsd-13-stable/sys/dev/smc/
H A Dif_smcreg.h195 #define ACK 0xc /* write only */ macro
H A Dif_smc.c571 smc_write_1(sc, ACK, ALLOC_INT);
911 smc_write_1(sc, ACK, TX_INT);
918 smc_write_1(sc, ACK, RCV_INT);
927 smc_write_1(sc, ACK, ALLOC_INT);
936 smc_write_1(sc, ACK, RX_OVRN_INT);
944 smc_write_1(sc, ACK, TX_EMPTY_INT);
/freebsd-13-stable/sys/netinet/
H A Dtcp_debug.c201 pf(SYN); pf(ACK); pf(FIN); pf(RST); pf(PUSH); pf(URG);
/freebsd-13-stable/usr.sbin/kbdcontrol/
H A Dlex.l87 ACK|ack { number = 6; return TNUM; }
/freebsd-13-stable/libexec/tftpd/
H A Dtftp-io.c322 * Send an ACK packet (acknowledgement).
332 tftp_log(LOG_DEBUG, "Sending ACK for block %d", block);
338 tp->th_opcode = htons((u_short)ACK);
444 pkt->th_opcode == ACK)
H A Dtftp-utils.c170 { ACK, "ACK" },
H A Dtftp-transfer.c110 /* Only check for ACK for last block in window. */
118 "Timeout #%d send ACK %d "
123 "Timeout #%d on ACK %d",
146 if (rp->th_opcode == ACK) {
157 /* Did not recognize ACK. */
160 "ACK %d out of window",
192 * Partial ACK. Rewind state to first
198 "Partial ACK");
269 "Cannot send ACK packet #%d, "
274 "Cannot send ACK packe
[all...]
H A Dtftpd.c603 if (rp->th_opcode != ACK) {
606 "Expected ACK, got %s on OACK",
/freebsd-13-stable/stand/libsa/
H A Dtftp.c175 wbuf.t.th_opcode = htons((u_short)ACK);
211 * Apparently our ACK was missed, re-send.
264 * to send the ACK or errors back to it.
269 /* Parse options ACK-ed by the server. */
400 wbuf.t.th_opcode = htons((u_short)ACK);
426 /* Send an ACK for the last block */
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1402 Sema::ArithConvKind ACK) {
1413 bool IsCompAssign = ACK == Sema::ACK_CompAssign;
1420 << (int)ACK << LEnum << L << R;
1432 } else if (ACK == Sema::ACK_Conditional) {
1438 } else if (ACK == Sema::ACK_Comparison) {
1450 << (int)ACK << L << R;
1460 ArithConvKind ACK) {
1461 checkEnumArithmeticConversions(*this, LHS.get(), RHS.get(), Loc, ACK);
1463 if (ACK != ACK_CompAssign) {
1500 if (LHSType != LHSUnpromotedType && ACK !
1400 checkEnumArithmeticConversions(Sema &S, Expr *LHS, Expr *RHS, SourceLocation Loc, Sema::ArithConvKind ACK) argument
1458 UsualArithmeticConversions(ExprResult &LHS, ExprResult &RHS, SourceLocation Loc, ArithConvKind ACK) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11041 SourceLocation Loc, ArithConvKind ACK);

Completed in 305 milliseconds