Home
last modified time | relevance | path

Searched refs:WRQ (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-tftp.c39 #define WRQ 02 /* write request */ macro
61 { WRQ, "WRQ" }, /* write request */
115 case WRQ: in tftp_print()
/freebsd/include/arpa/
H A Dtftp.h46 #define WRQ 02 /* write request */ macro
/freebsd/libexec/tftpd/
H A Dtftp-utils.c171 { WRQ, "WRQ" },
H A Dtftpd.c409 } else if (tp->th_opcode == WRQ) { in main()
520 ecode = validate_access(peer, &filename, WRQ); in tftp_wrq()
H A Dtftp-io.c190 tp->th_opcode = htons((u_short)WRQ); in send_wrq()
/freebsd/contrib/pf/tftp-proxy/
H A Dtftp-proxy.c205 if (!(ntohs(tp->th_opcode) == RRQ || ntohs(tp->th_opcode) == WRQ)) { in main()