Searched refs:WRQ (Results 1 – 6 of 6) sorted by relevance
39 #define WRQ 02 /* write request */ macro61 { WRQ, "WRQ" }, /* write request */115 case WRQ: in tftp_print()
46 #define WRQ 02 /* write request */ macro
171 { WRQ, "WRQ" },
409 } else if (tp->th_opcode == WRQ) { in main()520 ecode = validate_access(peer, &filename, WRQ); in tftp_wrq()
190 tp->th_opcode = htons((u_short)WRQ); in send_wrq()
205 if (!(ntohs(tp->th_opcode) == RRQ || ntohs(tp->th_opcode) == WRQ)) { in main()