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

  /external/tcpdump/
tftp.h 49 #define WRQ 02 /* write request */
print-tftp.c 50 { WRQ, "WRQ" }, /* write request */
100 case WRQ:
119 /* Print the mode (RRQ and WRQ only) and any options */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
tftp.h 44 #define WRQ 02 /* write request */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
tftp.h 44 #define WRQ 02 /* write request */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
tftp.h 44 #define WRQ 02 /* write request */
  /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 125 milliseconds