Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
TFTP_ACK
usr/src/grub/grub-0.97/netboot/fsys_tftp.c
211
tp.opcode = htons(TFTP_ACK);
usr/src/grub/grub-0.97/netboot/fsys_tftp.c
403
tp.opcode = abort ? htons (TFTP_ERROR) : htons (TFTP_ACK);