Searched refs:OACK (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/contrib/tcpdump/
H A Dprint-tftp.c54 { OACK, "OACK" }, /* option acknowledgement */
101 case OACK:
105 if (opcode != OACK)
108 if (opcode != OACK)
H A Dtftp.h53 #define OACK 06 /* option acknowledgement */ macro
/freebsd-10.0-release/include/arpa/
H A Dtftp.h51 #define OACK 06 /* option acknowledgement */ macro
/freebsd-10.0-release/usr.bin/tftp/
H A Dtftp.c138 * If the first packet is an OACK instead of an ACK packet,
141 if (rp->th_opcode == OACK) {
143 printf("Got OACK while options are not enabled!\n");
242 * If the first packet is an OACK packet instead of an DATA packet,
245 if (rp->th_opcode == OACK) {
247 printf("Got OACK while options are not enabled!\n");
256 printf("Cannot send ACK on OACK.\n");
/freebsd-10.0-release/libexec/tftpd/
H A Dtftp-utils.c169 { OACK, "OACK" },
H A Dtftp-io.c271 * Send an OACK packet (option acknowledgement).
282 tftp_log(LOG_DEBUG, "Sending OACK");
293 tp->th_opcode = htons((u_short)OACK);
/freebsd-10.0-release/lib/libstand/
H A Dtftp.c231 case OACK: {
236 * Unexpected OACK. TFTP transfer already in progress.
244 * Remember which port this OACK came from, because we need
253 tftp_senderr(h, EOPTNEG, "Malformed OACK");
331 if (rtype == OACK)
657 * In RFC2347, the TFTP Option Acknowledgement package (OACK)
659 * The format of an OACK packet is:
683 * We parse the OACK strings into an array

Completed in 82 milliseconds