Searched refs:WRQ (Results 1 – 6 of 6) sorted by relevance
44 #define WRQ 02 /* write request */ macro82 { WRQ, "WRQ" }, /* write request */132 case WRQ: in tftp_print()
47 #define WRQ 02 /* write request */ macro
165 { WRQ, "WRQ" },
418 if (tp->th_opcode == WRQ) { in main()529 ecode = validate_access(peer, &filename, WRQ); in tftp_wrq()
192 tp->th_opcode = htons((u_short)WRQ); in send_wrq()
205 if (!(ntohs(tp->th_opcode) == RRQ || ntohs(tp->th_opcode) == WRQ)) { in main()