WRQ
if (!(ntohs(tp->th_opcode) == RRQ || ntohs(tp->th_opcode) == WRQ)) {
if (tp->th_opcode == RRQ || tp->th_opcode == WRQ)
tp->th_opcode == WRQ ? "write" : "read",
tp->th_opcode == WRQ ? "write" : "read",
tp->th_opcode == WRQ ? "write" : "read",
tp->th_opcode == WRQ ? "write" : "read",
tp->th_opcode == WRQ ? "write" : "read",
tp->th_opcode == WRQ ? "write" : "read",
tp->th_opcode == WRQ ? "write" : "read",
if (tp->th_opcode == WRQ)
if (mode == WRQ && !(stbuf.st_mode & S_IWOTH))
case WRQ:
size = makerequest(WRQ, name, dp, mode, filesize) - 4;
case WRQ: