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

/freebsd-current/include/arpa/
H A Dtftp.h50 #define OACK 06 /* option acknowledgement */ macro
/freebsd-current/contrib/tcpdump/
H A Dprint-tftp.c45 #define OACK 06 /* option acknowledgement */ macro
67 { OACK, "OACK" }, /* option acknowledgement */
152 case OACK:
/freebsd-current/usr.bin/tftp/
H A Dtftp.c134 * If the first packet is an OACK instead of an ACK packet,
137 if (rp->th_opcode == OACK) {
139 printf("Got OACK while options are not enabled!\n");
239 * If the first packet is an OACK packet instead of an DATA packet,
242 if (rp->th_opcode == OACK) {
244 printf("Got OACK while options are not enabled!\n");
253 printf("Cannot send ACK on OACK.\n");
/freebsd-current/libexec/tftpd/
H A Dtftp-utils.c175 { OACK, "OACK" },
H A Dtftp-io.c269 * Send an OACK packet (option acknowledgement).
280 tftp_log(LOG_DEBUG, "Sending OACK");
291 tp->th_opcode = htons((u_short)OACK);
/freebsd-current/stand/libsa/
H A Dtftp.c254 case OACK: {
259 * Unexpected OACK. TFTP transfer already in progress.
268 * Remember which port this OACK came from, because we need
277 tftp_senderr(h, EOPTNEG, "Malformed OACK");
367 if (recv_extra.rtype == OACK)
737 * In RFC2347, the TFTP Option Acknowledgement package (OACK)
739 * The format of an OACK packet is:
763 * We parse the OACK strings into an array

Completed in 213 milliseconds