Home
last modified time | relevance | path

Searched refs:TFTP_ERROR (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dfsys_tftp.c142 if (tr->opcode == ntohs(TFTP_ERROR)) in tftp_file_read()
172 tp.opcode = htons(TFTP_ERROR); in tftp_file_read()
291 if (tr->opcode == ntohs (TFTP_ERROR)) in buf_fill()
349 tp.opcode = htons (TFTP_ERROR); in buf_fill()
403 tp.opcode = abort ? htons (TFTP_ERROR) : htons (TFTP_ACK); in buf_fill()
H A Dtftp.h26 #define TFTP_ERROR 5 macro