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

/freebsd-10.0-release/contrib/tcpdump/
H A Dtftp.h49 #define WRQ 02 /* write request */ macro
H A Dprint-tftp.c50 { WRQ, "WRQ" }, /* write request */
100 case WRQ:
111 /* Print the mode (RRQ and WRQ only) and any options */
/freebsd-10.0-release/include/arpa/
H A Dtftp.h47 #define WRQ 02 /* write request */ macro
/freebsd-10.0-release/libexec/tftpd/
H A Dtftp-utils.c165 { WRQ, "WRQ" },
H A Dtftpd.c422 if (tp->th_opcode == WRQ) {
509 * WRQ - receive a file from the client
533 ecode = validate_access(peer, &filename, WRQ);
H A Dtftp-io.c173 * Send an WRQ packet (write request).
185 tftp_log(LOG_DEBUG, "Sending WRQ: filename: '%s', mode '%s'",
192 tp->th_opcode = htons((u_short)WRQ);
/freebsd-10.0-release/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 143 milliseconds