Home
last modified time | relevance | path

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

/curl/tests/server/
H A Dtftp.h46 unsigned short th_block; /* all sorts of things */ member
50 #define th_stuff th_block
51 #define th_code th_block
H A Dtftpd.c1185 sdp->th_block = htons(sendblock); in sendtftp()
1220 sap->th_block = ntohs(sap->th_block); in sendtftp()
1228 if(sap->th_block == sendblock) { in sendtftp()
1233 if(sap->th_block == (sendblock-1)) { in sendtftp()
1263 rap->th_block = htons(recvblock); in recvtftp()
1292 rdp->th_block = ntohs(rdp->th_block); in recvtftp()
1296 if(rdp->th_block == recvblock) { in recvtftp()
1301 if(rdp->th_block == (recvblock-1)) in recvtftp()
1323 rap->th_block = htons(recvblock); in recvtftp()
1338 recvblock == rdp->th_block) { /* then my last ack was lost */ in recvtftp()

Completed in 11 milliseconds