Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tftp.c46 case WRQ: in interpret_tftp()
62 case WRQ: in interpret_tftp()
100 case WRQ: in interpret_tftp()
151 case WRQ: return ("write request");
/titanic_44/usr/src/head/arpa/
H A Dtftp.h53 #define WRQ 02 /* write request */ macro
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c141 if ((size = makerequest(WRQ, name, dp, mode)) == -1) { in tftp_sendfile()
662 case WRQ: in tpacket()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c449 if (tp->th_opcode == RRQ || tp->th_opcode == WRQ) in main()
882 if (tp->th_opcode == WRQ) in tftp()
980 if (mode == WRQ) in validate_filename()