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

/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/
H A Dtftp.h48 #define RRQ 01 /* read request */ macro
H A Dprint-tftp.c54 { RRQ, "RRQ" }, /* read request */
104 case RRQ:
124 /* Print the mode (RRQ and WRQ only) and any options */
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/win32/Include/Arpa/
H A Dtftp.h47 #define RRQ 01 /* read request */ macro
/netbsd-6-1-5-RELEASE/include/arpa/
H A Dtftp.h49 #define RRQ 01 /* read request */ macro
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A Dtftp.h69 #define RRQ 01 /* read request */ macro
H A Dtftp.c165 wbuf.t.th_opcode = htons((u_short)RRQ);
/netbsd-6-1-5-RELEASE/libexec/tftpd/
H A Dtftpd.c416 if (tp->th_opcode == RRQ || tp->th_opcode == WRQ)
545 * or replying with the actual filesize (RRQ).
696 * Avoid storms of naks to a RRQ broadcast for a relative
778 if (mode == RRQ) {
808 if (mode == RRQ && !(stbuf.st_mode & S_IROTH))
822 if (mode == RRQ) {
858 if (tftp_opt_tsize && mode == RRQ)
861 fd = open(filename, mode == RRQ ? O_RDONLY : O_WRONLY | trunc | create,
865 file = fdopen(fd, (mode == RRQ)? "r":"w");
892 case RRQ
[all...]
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dsubr_tftproot.c78 #define RRQ 01 /* read request */ macro
262 tftp->th_opcode = htons((short)RRQ);
/netbsd-6-1-5-RELEASE/usr.bin/tftp/
H A Dtftp.c402 size = makerequest(RRQ, name, ap, mode, (off_t)0);
643 { "#0", "RRQ", "WRQ", "DATA", "ACK", "ERROR", "OACK" };
649 if (op < RRQ || op > OACK)
655 case RRQ:
/netbsd-6-1-5-RELEASE/dist/pf/libexec/tftp-proxy/
H A Dtftp-proxy.c232 if (!(ntohs(tp->th_opcode) == RRQ || ntohs(tp->th_opcode) == WRQ)) {
369 (void)snprintf(str, sizeof(str), "RRQ");

Completed in 201 milliseconds