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

  /src/include/arpa/
tftp.h 49 #define RRQ 01 /* read request */
  /src/sys/lib/libsa/
tftp.h 69 #define RRQ 01 /* read request */
tftp.c 165 wbuf.t.th_opcode = htons((u_short)RRQ);
  /src/libexec/tftpd/
tftpd.c 442 if (tp->th_opcode == RRQ || tp->th_opcode == WRQ)
579 * or replying with the actual filesize (RRQ).
729 * Avoid storms of naks to a RRQ broadcast for a relative
812 if (mode == RRQ) {
842 if (mode == RRQ && !(stbuf.st_mode & S_IROTH))
856 if (mode == RRQ) {
892 if (tftp_opt_tsize && mode == RRQ)
895 fd = open(filename, mode == RRQ ? O_RDONLY : O_WRONLY | trunc | create,
899 file = fdopen(fd, (mode == RRQ)? "r":"w");
926 case RRQ
    [all...]
  /src/sys/kern/
subr_tftproot.c 76 #define RRQ 01 /* read request */
261 tftp->th_opcode = htons((short)RRQ);
  /src/usr.bin/tftp/
tftp.c 403 size = makerequest(RRQ, name, ap, mode, (off_t)0);
636 { "#0", "RRQ", "WRQ", "DATA", "ACK", "ERROR", "OACK" };
642 if (op < RRQ || op > OACK)
648 case RRQ:
  /src/dist/pf/libexec/tftp-proxy/
tftp-proxy.c 232 if (!(ntohs(tp->th_opcode) == RRQ || ntohs(tp->th_opcode) == WRQ)) {
369 (void)snprintf(str, sizeof(str), "RRQ");

Completed in 17 milliseconds