Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/usr.bin/tftp/
H A Dtftp.c143 if (rp->th_opcode == OACK) { in xmitfile()
248 if (rp->th_opcode == OACK) { in recvfile()
/freebsd-14.2/include/arpa/
H A Dtftp.h52 #define OACK 06 /* option acknowledgement */ macro
/freebsd-14.2/libexec/tftpd/
H A Dtftp-utils.c175 { OACK, "OACK" },
H A Dtftp-io.c292 tp->th_opcode = htons((u_short)OACK); in send_oack()
/freebsd-14.2/stand/libsa/
H A Dtftp.c254 case OACK: { in recvtftp()
367 if (recv_extra.rtype == OACK) in tftp_makereq()