Home
last modified time | relevance | path

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

/external/qemu/slirp/
Dtftp.h7 #define TFTP_RRQ 1 macro
Dtftp.c417 case TFTP_RRQ: in tftp_input()
/external/qemu/slirp-android/
Dtftp.h7 #define TFTP_RRQ 1 macro
Dtftp.c423 case TFTP_RRQ: in tftp_input()
/external/grub/netboot/
Detherboot.h227 #define TFTP_RRQ 1 macro
Dfsys_tftp.c429 tp.opcode = htons (TFTP_RRQ); in tftp_dir()
Dmain.c320 tp.opcode = htons (TFTP_RRQ); in tftp()