ACK
if (ap->th_opcode == ACK) {
ap->th_opcode = htons((u_short)ACK);
ap->th_opcode = htons((u_short)ACK); /* send the "final" ack */
if (ap->th_opcode == ACK && ap->th_block == 0)
wbuf.t.th_opcode = htons((u_short) ACK);
PCF_SET_S1(pcf, PIN|ES0|ENI|STO|ACK);
PCF_SET_S1(pcf, ES0|STA|STO|ACK);
PCF_SET_S1(pcf, PIN|ES0|STA|ACK);
PCF_SET_S1(pcf, PIN|ES0|ENI|ACK);
PCF_SET_S1(pcf, PIN|ES0|ENI|ACK);
test_response.bits.ACK = 1;
test_response.bits.ACK = 0;
test_response.bits.ACK = 1;
test_response.bits.ACK = 1;
test_response.bits.ACK = 1;
if (test_response.bits.ACK)
uint8_t ACK :1;
pf(SYN); pf(ACK); pf(FIN); pf(RST); pf(PUSH); pf(URG);
if (ap->th_opcode == ACK) {
ap->th_opcode = htons((u_short)ACK);
ap->th_opcode = htons((u_short)ACK); /* has seen err msg */
case ACK: