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

/freebsd-11-stable/include/arpa/
H A Dtftp.h47 #define WRQ 02 /* write request */ macro
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-tftp.c43 #define WRQ 02 /* write request */ macro
66 { WRQ, "WRQ" }, /* write request */
117 case WRQ:
130 /* Print the mode - RRQ and WRQ only */
/freebsd-11-stable/libexec/tftpd/
H A Dtftp-utils.c165 { WRQ, "WRQ" },
H A Dtftpd.c425 } else if (tp->th_opcode == WRQ) {
513 * WRQ - receive a file from the client
537 ecode = validate_access(peer, &filename, WRQ);
H A Dtftp-io.c175 * Send an WRQ packet (write request).
187 tftp_log(LOG_DEBUG, "Sending WRQ: filename: '%s', mode '%s'",
194 tp->th_opcode = htons((u_short)WRQ);
/freebsd-11-stable/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 99 milliseconds