Home
last modified time | relevance | path

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

/external/grub/netboot/
Dfsys_tftp.c104 if (tr->opcode == ntohs (TFTP_ERROR)) in buf_fill()
162 tp.opcode = htons (TFTP_ERROR); in buf_fill()
216 tp.opcode = abort ? htons (TFTP_ERROR) : htons (TFTP_ACK); in buf_fill()
Detherboot.h231 #define TFTP_ERROR 5 macro
Dmain.c368 if (tr->opcode == ntohs (TFTP_ERROR)) in tftp()
407 tp.opcode = htons (TFTP_ERROR); in tftp()
/external/qemu/slirp/
Dtftp.h11 #define TFTP_ERROR 5 macro
Dtftp.c193 tp->tp_op = htons(TFTP_ERROR); in tftp_send_error()
/external/qemu/slirp-android/
Dtftp.h11 #define TFTP_ERROR 5 macro
Dtftp.c195 tp->tp_op = htons(TFTP_ERROR); in tftp_send_error()