Home
last modified time | relevance | path

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

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