Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c135 TFTP_MIN_PACKET, &tp); in tftp_file_read()
214 oport, TFTP_MIN_PACKET, &tp); /* ack */ in tftp_file_read()
282 TFTP_MIN_PACKET, &tp); in buf_fill()
411 oport, TFTP_MIN_PACKET, &tp); in buf_fill()
H A Dtftp.h76 #define TFTP_MIN_PACKET (sizeof(struct iphdr) + sizeof(struct udphdr) + 4) macro
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog4677 (tftp_dir): Revert previous change. Don't use TFTP_MIN_PACKET