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

/freebsd-current/contrib/ntp/include/
H A Dascii.h47 #define ACK 6 macro
H A Dicom.h47 #define ACK 0xfb /* controller normal reply */ macro
/freebsd-current/include/arpa/
H A Dtftp.h48 #define ACK 04 /* acknowledgement */ macro
/freebsd-current/contrib/tcpdump/
H A Dprint-tftp.c43 #define ACK 04 /* acknowledgement */ macro
65 { ACK, "ACK" }, /* acknowledgement */
165 case ACK:
/freebsd-current/sys/dev/pcf/
H A Dpcf.c93 pcf_set_S1(sc, PIN|ESO|ENI|STO|ACK);
128 pcf_set_S1(sc, ESO|STA|STO|ACK);
179 pcf_set_S1(sc, PIN|ESO|STA|ACK);
187 /* check for ACK */
320 pcf_set_S1(sc, PIN|ESO|ENI|ACK);
369 pcf_set_S1(sc, PIN|ESO|ENI|ACK);
H A Dpcfvar.h48 #define ACK 0x01 macro
/freebsd-current/sys/riscv/sifive/
H A Dfu740_pci_dw.c121 ack = FUDW_MGMT_READ(sc, FUDW_MGMT_PHY_CR_PARA_REG(phy, ACK));
128 device_printf(sc->dev, "Timeout waiting for read ACK\n");
137 ack = FUDW_MGMT_READ(sc, FUDW_MGMT_PHY_CR_PARA_REG(phy, ACK));
144 device_printf(sc->dev, "Timeout waiting for read un-ACK\n");
163 ack = FUDW_MGMT_READ(sc, FUDW_MGMT_PHY_CR_PARA_REG(phy, ACK));
170 device_printf(sc->dev, "Timeout waiting for write ACK\n");
178 ack = FUDW_MGMT_READ(sc, FUDW_MGMT_PHY_CR_PARA_REG(phy, ACK));
185 device_printf(sc->dev, "Timeout waiting for write un-ACK\n");
/freebsd-current/tests/atf_python/sys/netlink/
H A Dmessage.py27 ACK = 4 variable in class:NlMsgCategory
89 return NlMsgCategory.ACK
104 elif category == NlMsgCategory.ACK:
H A Dnetlink.py149 messages = [NlMsgProps(NlMsgType.NLMSG_DONE, NlMsgCategory.ACK)]
168 messages = [NlMsgProps(NlMsgType.NLMSG_ERROR, NlMsgCategory.ACK)]
/freebsd-current/sys/dev/smc/
H A Dif_smcreg.h193 #define ACK 0xc /* write only */ macro
H A Dif_smc.c567 smc_write_1(sc, ACK, ALLOC_INT);
907 smc_write_1(sc, ACK, TX_INT);
914 smc_write_1(sc, ACK, RCV_INT);
923 smc_write_1(sc, ACK, ALLOC_INT);
932 smc_write_1(sc, ACK, RX_OVRN_INT);
940 smc_write_1(sc, ACK, TX_EMPTY_INT);
/freebsd-current/usr.sbin/kbdcontrol/
H A Dlex.l85 ACK|ack { number = 6; return TNUM; }
/freebsd-current/libexec/tftpd/
H A Dtftp-io.c316 * Send an ACK packet (acknowledgement).
326 tftp_log(LOG_DEBUG, "Sending ACK for block %d", block);
331 tp->th_opcode = htons((u_short)ACK);
420 pkt->th_opcode == ACK)
H A Dtftp-utils.c173 { ACK, "ACK" },
H A Dtftp-transfer.c107 /* Only check for ACK for last block in window. */
115 "Timeout #%d send ACK %d "
120 "Timeout #%d on ACK %d",
143 if (rp->th_opcode == ACK) {
154 /* Did not recognize ACK. */
157 "ACK %d out of window",
189 * Partial ACK. Rewind state to first
195 "Partial ACK");
265 "Cannot send ACK packet #%d, "
270 "Cannot send ACK packe
[all...]
H A Dtftpd.c578 if (rp->th_opcode != ACK) {
581 "Expected ACK, got %s on OACK",
/freebsd-current/stand/libsa/
H A Dtftp.c175 wbuf.t.th_opcode = htons((u_short)ACK);
212 * Apparently our ACK was missed, re-send.
269 * to send the ACK or errors back to it.
274 /* Parse options ACK-ed by the server. */
406 wbuf.t.th_opcode = htons((u_short)ACK);
432 /* Send an ACK for the last block */
/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp1492 Sema::ArithConvKind ACK) {
1503 bool IsCompAssign = ACK == Sema::ACK_CompAssign;
1511 << LHS->getSourceRange() << RHS->getSourceRange() << (int)ACK << LEnum
1528 } else if (ACK == Sema::ACK_Conditional) {
1534 } else if (ACK == Sema::ACK_Comparison) {
1546 << (int)ACK << L << R;
1556 ArithConvKind ACK) {
1557 checkEnumArithmeticConversions(*this, LHS.get(), RHS.get(), Loc, ACK);
1559 if (ACK != ACK_CompAssign) {
1594 if (LHSType != LHSUnpromotedType && ACK !
1490 checkEnumArithmeticConversions(Sema &S, Expr *LHS, Expr *RHS, SourceLocation Loc, Sema::ArithConvKind ACK) argument
1554 UsualArithmeticConversions(ExprResult &LHS, ExprResult &RHS, SourceLocation Loc, ArithConvKind ACK) argument
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h12761 SourceLocation Loc, ArithConvKind ACK);

Completed in 405 milliseconds