Searched refs:RRQ (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/contrib/tcpdump/
H A Dtftp.h48 #define RRQ 01 /* read request */ macro
H A Dprint-tftp.c49 { RRQ, "RRQ" }, /* read request */
99 case RRQ:
111 /* Print the mode (RRQ and WRQ only) and any options */
/freebsd-10.0-release/include/arpa/
H A Dtftp.h46 #define RRQ 01 /* read request */ macro
/freebsd-10.0-release/libexec/tftpd/
H A Dtftpd.c413 if (tp->th_opcode == RRQ) {
550 * RRQ - send a file to the client
574 ecode = validate_access(peer, &filename, RRQ);
606 * Avoid storms of naks to a RRQ broadcast for a relative
713 if (mode == RRQ) {
751 else if (mode == RRQ)
761 if (mode == RRQ)
779 file = fdopen(fd, (mode == RRQ)? "r":"w");
H A Dtftp-options.c89 if (mode == RRQ)
H A Dtftp-utils.c164 { RRQ, "RRQ" },
H A Dtftp-io.c221 * Send an RRQ packet (write request).
233 tftp_log(LOG_DEBUG, "Sending RRQ: filename: '%s', mode '%s'",
240 tp->th_opcode = htons((u_short)RRQ);
/freebsd-10.0-release/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c205 if (!(ntohs(tp->th_opcode) == RRQ || ntohs(tp->th_opcode) == WRQ)) {
342 (void)snprintf(str, sizeof(str), "RRQ");
/freebsd-10.0-release/lib/libstand/
H A Dtftp.c292 wbuf.t.th_opcode = htons((u_short) RRQ);

Completed in 87 milliseconds