Home
last modified time | relevance | path

Searched refs:OACK (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/head/arpa/
H A Dtftp.h57 #define OACK 06 /* option acknowledgement */ macro
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c201 if ((count == 0) && (ap->th_opcode == OACK)) { in tftp_sendfile()
328 if ((block == 1) && (dp->th_opcode == OACK)) { in tftp_recvfile()
655 if (op < RRQ || op > OACK) in tpacket()
693 case OACK: in tpacket()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c682 oackp->th_opcode = htons((ushort_t)OACK); in process_options()