Home
last modified time | relevance | path

Searched refs:TFTP_OACK (Results 1 – 7 of 7) sorted by relevance

/external/qemu/slirp/
Dtftp.h12 #define TFTP_OACK 6 macro
Dtftp.c151 tp->tp_op = htons(TFTP_OACK); in tftp_send_oack()
/external/qemu/slirp-android/
Dtftp.h12 #define TFTP_OACK 6 macro
Dtftp.c151 tp->tp_op = htons(TFTP_OACK); in tftp_send_oack()
/external/grub/netboot/
Detherboot.h232 #define TFTP_OACK 6 macro
Dfsys_tftp.c112 if (tr->opcode == ntohs (TFTP_OACK)) in buf_fill()
Dmain.c376 if (tr->opcode == ntohs (TFTP_OACK)) in tftp()