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

/freebsd-12-stable/include/arpa/
H A Dtftp.h49 #define WRQ 02 /* write request */ macro
/freebsd-12-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-12-stable/libexec/tftpd/
H A Dtftp-utils.c168 { WRQ, "WRQ" },
H A Dtftpd.c430 } else if (tp->th_opcode == WRQ) {
518 * WRQ - receive a file from the client
542 ecode = validate_access(peer, &filename, WRQ);
H A Dtftp-io.c177 * Send an WRQ packet (write request).
189 tftp_log(LOG_DEBUG, "Sending WRQ: filename: '%s', mode '%s'",
196 tp->th_opcode = htons((u_short)WRQ);
/freebsd-12-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 214 milliseconds