HomeSort by: relevance | last modified time | path
    Searched refs:WRQ (Results 1 - 6 of 6) sorted by relevancy

  /src/include/arpa/
tftp.h 50 #define WRQ 02 /* write request */
  /src/sys/lib/libsa/
tftp.h 70 #define WRQ 02 /* write request */
  /src/libexec/tftpd/
tftpd.c 442 if (tp->th_opcode == RRQ || tp->th_opcode == WRQ)
465 tp->th_opcode == WRQ ? "write" : "read",
474 tp->th_opcode == WRQ ? "write" : "read",
506 tp->th_opcode == WRQ ? "write" : "read",
515 tp->th_opcode == WRQ ? "write" : "read",
560 tp->th_opcode == WRQ ? "write" : "read",
569 tp->th_opcode == WRQ ? "write" : "read",
578 * We will report this later -- either replying with the fsize (WRQ)
724 tp->th_opcode == WRQ ? "write" : "read",
754 if (tp->th_opcode == WRQ)
    [all...]
  /src/usr.bin/tftp/
tftp.c 258 size = makerequest(WRQ, name, dp, mode, filesize) - 4;
636 { "#0", "RRQ", "WRQ", "DATA", "ACK", "ERROR", "OACK" };
649 case WRQ:
  /src/dist/pf/libexec/tftp-proxy/
tftp-proxy.c 232 if (!(ntohs(tp->th_opcode) == RRQ || ntohs(tp->th_opcode) == WRQ)) {
372 (void)snprintf(str, sizeof(str), "WRQ");
  /src/sys/kern/
subr_tftproot.c 77 #define WRQ 02 /* write request */

Completed in 16 milliseconds