Searched refs:sendblock (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/tests/server/
H A Dtftpd.c210 static unsigned short sendblock; /* block count used by sendtftp() */ variable
1124 sendblock = 1;
1137 sdp->th_block = htons(sendblock);
1171 if (sap->th_block == sendblock) {
1176 if (sap->th_block == (sendblock-1)) {
1182 sendblock++;

Completed in 96 milliseconds