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

/freebsd-current/include/arpa/
H A Dtftp.h46 #define WRQ 02 /* write request */ macro
/freebsd-current/contrib/tcpdump/
H A Dprint-tftp.c41 #define WRQ 02 /* write request */ macro
63 { WRQ, "WRQ" }, /* write request */
117 case WRQ:
130 /* Print the mode - RRQ and WRQ only */
/freebsd-current/libexec/tftpd/
H A Dtftp-utils.c171 { WRQ, "WRQ" },
H A Dtftpd.c406 } else if (tp->th_opcode == WRQ) {
493 * WRQ - receive a file from the client
517 ecode = validate_access(peer, &filename, WRQ);
H A Dtftp-io.c171 * Send an WRQ packet (write request).
183 tftp_log(LOG_DEBUG, "Sending WRQ: filename: '%s', mode '%s'",
190 tp->th_opcode = htons((u_short)WRQ);
/freebsd-current/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c205 if (!(ntohs(tp->th_opcode) == RRQ || ntohs(tp->th_opcode) == WRQ)) {
345 (void)snprintf(str, sizeof(str), "WRQ");

Completed in 132 milliseconds