Searched refs:RRQ (Results 1 – 9 of 9) sorted by relevance
417 if (tp->th_opcode == RRQ) { in main()582 ecode = validate_access(peer, &filename, RRQ); in tftp_rrq()721 if (mode == RRQ) { in validate_access()751 if (mode == RRQ) { in validate_access()763 else if (mode == RRQ) in validate_access()775 if (mode == RRQ) in validate_access()793 file = fdopen(fd, (mode == RRQ)? "r":"w"); in validate_access()
164 { RRQ, "RRQ" },
89 if (mode == RRQ) in option_tsize()
242 tp->th_opcode = htons((u_short)RRQ); in send_rrq()
49 { RRQ, "RRQ" }, /* read request */99 case RRQ: in tftp_print()
48 #define RRQ 01 /* read request */ macro
46 #define RRQ 01 /* read request */ macro
205 if (!(ntohs(tp->th_opcode) == RRQ || ntohs(tp->th_opcode) == WRQ)) { in main()
292 wbuf.t.th_opcode = htons((u_short) RRQ); in tftp_makereq()