Lines Matching defs:buffer
380 /* Loop to get the last data packet from the receive buffer */
482 /* Set up the send buffer */
936 struct stat buffer;
964 if (stat((char *)szSrcFileName, &buffer) != 0) {
969 if (buffer.st_size >= (off_t)(TFTP_MAX_BLK_NUM * TFTP_BLKSIZE)) {
985 /* First time initialize the buffer */
1061 /* Create buffer block size */
1152 /* Read a block from the file to buffer */
1170 /* Sending buffer contents failed */
1224 /* First time initialize the buffer */
1304 /* Loop to get the last data packet from the receive buffer */