Symbol: ACK
libexec/tftpd/tftpd.c
631
if (ap->th_opcode == ACK) {
libexec/tftpd/tftpd.c
671
ap->th_opcode = htons((u_short)ACK);
libexec/tftpd/tftpd.c
714
ap->th_opcode = htons((u_short)ACK); /* send the "final" ack */
libexec/tftpd/tftpd.c
863
if (ap->th_opcode == ACK && ap->th_block == 0)
stand/lib/tftp.c
249
wbuf.t.th_opcode = htons((u_short) ACK);
sys/bus/iicbus/pcf/pcf.c
300
PCF_SET_S1(pcf, PIN|ES0|ENI|STO|ACK);
sys/bus/iicbus/pcf/pcf.c
332
PCF_SET_S1(pcf, ES0|STA|STO|ACK);
sys/bus/iicbus/pcf/pcf.c
369
PCF_SET_S1(pcf, PIN|ES0|STA|ACK);
sys/bus/iicbus/pcf/pcf.c
490
PCF_SET_S1(pcf, PIN|ES0|ENI|ACK);
sys/bus/iicbus/pcf/pcf.c
537
PCF_SET_S1(pcf, PIN|ES0|ENI|ACK);
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
1980
test_response.bits.ACK = 1;
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
1988
test_response.bits.ACK = 0;
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
1992
test_response.bits.ACK = 1;
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
1996
test_response.bits.ACK = 1;
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
2002
test_response.bits.ACK = 1;
sys/dev/drm/amd/display/dc/core/dc_link_dp.c
2004
if (test_response.bits.ACK)
sys/dev/drm/amd/display/dc/dc_dp_types.h
444
uint8_t ACK :1;
sys/netinet/tcp_debug.c
189
pf(SYN); pf(ACK); pf(FIN); pf(RST); pf(PUSH); pf(URG);
usr.bin/tftp/tftp.c
167
if (ap->th_opcode == ACK) {
usr.bin/tftp/tftp.c
233
ap->th_opcode = htons((u_short)ACK);
usr.bin/tftp/tftp.c
308
ap->th_opcode = htons((u_short)ACK); /* has seen err msg */
usr.bin/tftp/tftp.c
407
case ACK: