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

  /external/tcpdump/
tftp.h 49 #define WRQ 02 /* write request */
print-tftp.c 50 { WRQ, "WRQ" }, /* write request */
100 case WRQ:
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 44 #define WRQ 02 /* write request */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/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 1136 milliseconds