Searched refs:TFTP_DEFAULTSIZE_PACKET (Results 1 – 3 of 3) sorted by relevance
224 #define TFTP_DEFAULTSIZE_PACKET 512 macro344 char rrq[TFTP_DEFAULTSIZE_PACKET];362 char errmsg[TFTP_DEFAULTSIZE_PACKET];368 char data[TFTP_DEFAULTSIZE_PACKET+2];
138 if ((packetsize = getdec (&p)) < TFTP_DEFAULTSIZE_PACKET) in buf_fill()265 packetsize = TFTP_DEFAULTSIZE_PACKET; in send_rrq()339 for (i = 0; i < TFTP_DEFAULTSIZE_PACKET; i++) in tftp_read()
310 int packetsize = TFTP_DEFAULTSIZE_PACKET; in tftp()395 if ((packetsize = getdec (&p)) < TFTP_DEFAULTSIZE_PACKET) in tftp()