Home
last modified time | relevance | path

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

/external/qemu/slirp/
Dtftp.h9 #define TFTP_DATA 3 macro
Dtftp.c240 tp->tp_op = htons(TFTP_DATA); in tftp_send_data()
/external/qemu/slirp-android/
Dtftp.h9 #define TFTP_DATA 3 macro
Dtftp.c244 tp->tp_op = htons(TFTP_DATA); in tftp_send_data()
/external/grub/netboot/
Detherboot.h229 #define TFTP_DATA 3 macro
Dfsys_tftp.c189 else if (tr->opcode == ntohs (TFTP_DATA)) in buf_fill()
Dmain.c427 else if (tr->opcode == ntohs (TFTP_DATA)) in tftp()