Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtftp.h25 #define TFTP_ACK 4 macro
H A Dfsys_tftp.c211 tp.opcode = htons(TFTP_ACK); in tftp_file_read()
403 tp.opcode = abort ? htons (TFTP_ERROR) : htons (TFTP_ACK); in buf_fill()