HomeSort by relevance Sort by last modified time
    Searched refs:RRQ (Results 1 - 6 of 6) sorted by null

  /external/tcpdump/
tftp.h 48 #define RRQ 01 /* read request */
print-tftp.c 49 { RRQ, "RRQ" }, /* read request */
99 case RRQ:
111 /* Print the mode (RRQ and WRQ only) and any options */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/arpa/
tftp.h 43 #define RRQ 01 /* read request */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
tftp.h 43 #define RRQ 01 /* read request */
  /external/iputils/
tftp.h 46 #define RRQ 01 /* read request */
tftpd.c 200 if (tp->th_opcode == RRQ || tp->th_opcode == WRQ)
310 if (mode == RRQ) {
321 fd = open(filename, mode == RRQ ? 0 : 1);
326 file = fdopen(fd, (mode == RRQ)? "r":"w");

Completed in 157 milliseconds