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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
tftp.h 44 #define WRQ 02 /* write request */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/arpa/
tftp.h 44 #define WRQ 02 /* write request */
  /external/tcpdump/
print-tftp.c 44 #define WRQ 02 /* write request */
82 { WRQ, "WRQ" }, /* write request */
132 case WRQ:
143 /* Print the mode (RRQ and WRQ only) and any options */
  /external/iputils/
tftp.h 47 #define WRQ 02 /* write request */
tftpd.c 200 if (tp->th_opcode == RRQ || tp->th_opcode == WRQ)
261 if (tp->th_opcode == WRQ)

Completed in 4619 milliseconds