Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/tcpdump/
Dprint-tftp.c49 { RRQ, "RRQ" }, /* read request */
99 case RRQ: in tftp_print()
Dtftp.h48 #define RRQ 01 /* read request */ macro
/freebsd-9-stable/libexec/tftpd/
Dtftpd.c413 if (tp->th_opcode == RRQ) { in main()
574 ecode = validate_access(peer, &filename, RRQ); in tftp_rrq()
713 if (mode == RRQ) { in validate_access()
751 else if (mode == RRQ) in validate_access()
761 if (mode == RRQ) in validate_access()
779 file = fdopen(fd, (mode == RRQ)? "r":"w"); in validate_access()
Dtftp-utils.c164 { RRQ, "RRQ" },
Dtftp-options.c89 if (mode == RRQ) in option_tsize()
Dtftp-io.c240 tp->th_opcode = htons((u_short)RRQ); in send_rrq()
/freebsd-9-stable/include/arpa/
Dtftp.h44 #define RRQ 01 /* read request */ macro
/freebsd-9-stable/contrib/pf/tftp-proxy/
Dtftp-proxy.c205 if (!(ntohs(tp->th_opcode) == RRQ || ntohs(tp->th_opcode) == WRQ)) { in main()
/freebsd-9-stable/lib/libstand/
Dtftp.c292 wbuf.t.th_opcode = htons((u_short) RRQ); in tftp_makereq()