Home
last modified time | relevance | path

Searched refs:opcode_ACK (Results 1 – 1 of 1) sorted by relevance

/external/curl/tests/server/
Dtftpd.c147 #define opcode_ACK 4 macro
1293 if(sap->th_opcode == opcode_ACK) { in sendtftp()
1328 rap->th_opcode = htons((unsigned short)opcode_ACK); in recvtftp()
1380 rap->th_opcode = htons((unsigned short)opcode_ACK); /* send the "final" in recvtftp()