Home
last modified time | relevance | path

Searched refs:TFTP_DEFAULTSIZE_PACKET (Results 1 – 3 of 3) sorted by relevance

/external/grub/netboot/
Detherboot.h224 #define TFTP_DEFAULTSIZE_PACKET 512 macro
344 char rrq[TFTP_DEFAULTSIZE_PACKET];
362 char errmsg[TFTP_DEFAULTSIZE_PACKET];
368 char data[TFTP_DEFAULTSIZE_PACKET+2];
Dfsys_tftp.c138 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()
Dmain.c310 int packetsize = TFTP_DEFAULTSIZE_PACKET; in tftp()
395 if ((packetsize = getdec (&p)) < TFTP_DEFAULTSIZE_PACKET) in tftp()