Searched refs:WRQ (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/include/arpa/
H A Dtftp.h50 #define WRQ 02 /* write request */ macro
/netbsd-current/sys/lib/libsa/
H A Dtftp.h70 #define WRQ 02 /* write request */ macro
/netbsd-current/external/bsd/tcpdump/dist/
H A Dprint-tftp.c46 #define WRQ 02 /* write request */ macro
68 { WRQ, "WRQ" }, /* write request */
122 case WRQ:
135 /* Print the mode - RRQ and WRQ only */
/netbsd-current/libexec/tftpd/
H A Dtftpd.c442 if (tp->th_opcode == RRQ || tp->th_opcode == WRQ)
465 tp->th_opcode == WRQ ? "write" : "read",
474 tp->th_opcode == WRQ ? "write" : "read",
506 tp->th_opcode == WRQ ? "write" : "read",
515 tp->th_opcode == WRQ ? "write" : "read",
560 tp->th_opcode == WRQ ? "write" : "read",
569 tp->th_opcode == WRQ ? "write" : "read",
578 * We will report this later -- either replying with the fsize (WRQ)
724 tp->th_opcode == WRQ ? "write" : "read",
754 if (tp->th_opcode == WRQ)
[all...]
/netbsd-current/usr.bin/tftp/
H A Dtftp.c258 size = makerequest(WRQ, name, dp, mode, filesize) - 4;
636 { "#0", "RRQ", "WRQ", "DATA", "ACK", "ERROR", "OACK" };
649 case WRQ:
/netbsd-current/dist/pf/libexec/tftp-proxy/
H A Dtftp-proxy.c232 if (!(ntohs(tp->th_opcode) == RRQ || ntohs(tp->th_opcode) == WRQ)) {
372 (void)snprintf(str, sizeof(str), "WRQ");
/netbsd-current/sys/kern/
H A Dsubr_tftproot.c77 #define WRQ 02 /* write request */ macro

Completed in 225 milliseconds