Searched refs:th_block (Results 1 – 7 of 7) sorted by relevance
44 unsigned short th_block; /* all sorts of things */ member48 #define th_stuff th_block49 #define th_code th_block
1171 sdp->th_block = htons(sendblock); in sendtftp()1206 sap->th_block = ntohs(sap->th_block); in sendtftp()1214 if(sap->th_block == sendblock) { in sendtftp()1219 if(sap->th_block == (sendblock-1)) { in sendtftp()1249 rap->th_block = htons(recvblock); in recvtftp()1278 rdp->th_block = ntohs(rdp->th_block); in recvtftp()1282 if(rdp->th_block == recvblock) { in recvtftp()1287 if(rdp->th_block == (recvblock-1)) in recvtftp()1310 rap->th_block = htons(recvblock); in recvtftp()1325 recvblock == rdp->th_block) { /* then my last ack was lost */ in recvtftp()
18 #define th_block th_u.tu_block macro