Home
last modified time | relevance | path

Searched refs:RRQ (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-tftp.c38 #define RRQ 01 /* read request */ macro
60 { RRQ, "RRQ" }, /* read request */
114 case RRQ: in tftp_print()
/freebsd/libexec/tftpd/
H A Dtftpd.c401 if (tp->th_opcode == RRQ) { in main()
565 ecode = validate_access(peer, &filename, RRQ); in tftp_rrq()
719 if (mode == RRQ) { in validate_access()
742 if (mode == RRQ) { in validate_access()
753 else if (mode == RRQ) in validate_access()
765 if (mode == RRQ) { in validate_access()
783 file = fdopen(fd, mode == RRQ ? "r" : "w"); in validate_access()
H A Dtftp-utils.c170 { RRQ, "RRQ" },
H A Dtftp-options.c146 if (mode == RRQ) in option_tsize()
H A Dtftp-io.c238 tp->th_opcode = htons((u_short)RRQ); in send_rrq()
/freebsd/include/arpa/
H A Dtftp.h45 #define RRQ 01 /* read request */ macro
/freebsd/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c205 if (!(ntohs(tp->th_opcode) == RRQ || ntohs(tp->th_opcode) == WRQ)) { in main()
/freebsd/stand/libsa/
H A Dtftp.c321 wbuf.t.th_opcode = htons((u_short)RRQ); in tftp_makereq()