Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtftp.h20 #define TFTP_MAX_PACKET 1432 /* 512 */ macro
43 uint8_t download[TFTP_MAX_PACKET];
H A Dfsys_tftp.c106 name, 0, 0, 0, TFTP_MAX_PACKET) + 1; in tftp_file_read()
156 if (len > TFTP_MAX_PACKET) in tftp_file_read()
316 if (len > TFTP_MAX_PACKET) in buf_fill()
622 dirname, 0, 0, 0, TFTP_MAX_PACKET, 0, 0) in tftp_dir()
H A Dundi.c1276 undi.pxs->tftp_open.PacketSize = TFTP_MAX_PACKET; in eb_pxenv_tftp_open()