Searched refs:RRQ (Results 1 – 8 of 8) sorted by relevance
38 #define RRQ 01 /* read request */ macro60 { RRQ, "RRQ" }, /* read request */114 case RRQ: in tftp_print()
401 if (tp->th_opcode == RRQ) { in main()565 ecode = validate_access(peer, &filename, RRQ); in tftp_rrq()719 if (mode == RRQ) { in validate_access()742 if (mode == RRQ) { in validate_access()753 else if (mode == RRQ) in validate_access()765 if (mode == RRQ) { in validate_access()783 file = fdopen(fd, mode == RRQ ? "r" : "w"); in validate_access()
170 { RRQ, "RRQ" },
146 if (mode == RRQ) in option_tsize()
238 tp->th_opcode = htons((u_short)RRQ); in send_rrq()
45 #define RRQ 01 /* read request */ macro
205 if (!(ntohs(tp->th_opcode) == RRQ || ntohs(tp->th_opcode) == WRQ)) { in main()
321 wbuf.t.th_opcode = htons((u_short)RRQ); in tftp_makereq()