Searched refs:RRQ (Results 1 – 9 of 9) sorted by relevance
49 { RRQ, "RRQ" }, /* read request */99 case RRQ: in tftp_print()
48 #define RRQ 01 /* read request */ macro
413 if (tp->th_opcode == RRQ) { in main()574 ecode = validate_access(peer, &filename, RRQ); in tftp_rrq()713 if (mode == RRQ) { in validate_access()751 else if (mode == RRQ) in validate_access()761 if (mode == RRQ) in validate_access()779 file = fdopen(fd, (mode == RRQ)? "r":"w"); in validate_access()
164 { RRQ, "RRQ" },
89 if (mode == RRQ) in option_tsize()
240 tp->th_opcode = htons((u_short)RRQ); in send_rrq()
44 #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()