Home
last modified time | relevance | path

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

/src/contrib/tcpdump/
H A Dprint-tftp.c43 #define OACK 06 /* option acknowledgement */ macro
65 { OACK, "OACK" }, /* option acknowledgement */
150 case OACK: in tftp_print()
/src/usr.bin/tftp/
H A Dtftp.c137 if (rp->th_opcode == OACK) { in xmitfile()
242 if (rp->th_opcode == OACK) { in recvfile()
/src/include/arpa/
H A Dtftp.h50 #define OACK 06 /* option acknowledgement */ macro
/src/libexec/tftpd/
H A Dtftp-utils.c175 { OACK, "OACK" },
H A Dtftp-io.c291 tp->th_opcode = htons((u_short)OACK); in send_oack()
/src/stand/libsa/
H A Dtftp.c267 case OACK: { in recvtftp()
382 if (recv_extra.rtype == OACK) in tftp_makereq()