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

/freebsd-11-stable/include/arpa/
H A Dtftp.h51 #define OACK 06 /* option acknowledgement */ macro
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-tftp.c47 #define OACK 06 /* option acknowledgement */ macro
70 { OACK, "OACK" }, /* option acknowledgement */
153 case OACK:
/freebsd-11-stable/usr.bin/tftp/
H A Dtftp.c140 * If the first packet is an OACK instead of an ACK packet,
143 if (rp->th_opcode == OACK) {
145 printf("Got OACK while options are not enabled!\n");
245 * If the first packet is an OACK packet instead of an DATA packet,
248 if (rp->th_opcode == OACK) {
250 printf("Got OACK while options are not enabled!\n");
259 printf("Cannot send ACK on OACK.\n");
/freebsd-11-stable/libexec/tftpd/
H A Dtftp-utils.c169 { OACK, "OACK" },
H A Dtftp-io.c273 * Send an OACK packet (option acknowledgement).
284 tftp_log(LOG_DEBUG, "Sending OACK");
295 tp->th_opcode = htons((u_short)OACK);
/freebsd-11-stable/stand/libsa/
H A Dtftp.c247 case OACK: {
252 * Unexpected OACK. TFTP transfer already in progress.
261 * Remember which port this OACK came from, because we need
270 tftp_senderr(h, EOPTNEG, "Malformed OACK");
360 if (recv_extra.rtype == OACK)
656 * In RFC2347, the TFTP Option Acknowledgement package (OACK)
658 * The format of an OACK packet is:
682 * We parse the OACK strings into an array

Completed in 116 milliseconds