Lines Matching refs:th_block
976 dp->th_block = htons((u_short)block); in sendfile()
1000 ap->th_block = ntohs((u_short)ap->th_block); in sendfile()
1006 if (etftp && ap->th_block == 0) { in sendfile()
1012 if (ap->th_block == (u_short)block) in sendfile()
1016 (unsigned int)ap->th_block, block); in sendfile()
1019 if (ap->th_block == (u_short)(block - 1)) in sendfile()
1068 ap->th_block = htons((u_short)block); in recvfile()
1096 dp->th_block = ntohs((u_short)dp->th_block); in recvfile()
1100 (unsigned int)dp->th_block); in recvfile()
1106 if (dp->th_block == block) in recvfile()
1110 (unsigned int)dp->th_block, block); in recvfile()
1113 if (dp->th_block == (block-1)) in recvfile()
1137 ap->th_block = htons((u_short)(block)); in recvfile()
1148 block == dp->th_block) { /* then my last ack was lost */ in recvfile()