Searched refs:RRQ (Results 1 – 8 of 8) sorted by relevance
43 #define RRQ 01 /* read request */ macro81 { RRQ, "RRQ" }, /* read request */131 case RRQ: in tftp_print()
409 if (tp->th_opcode == RRQ) { in main()570 ecode = validate_access(peer, &filename, RRQ); in tftp_rrq()709 if (mode == RRQ) { in validate_access()747 else if (mode == RRQ) in validate_access()757 if (mode == RRQ) in validate_access()775 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()
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()