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

/illumos-gate/usr/src/head/arpa/
H A Dtftp.h57 #define OACK 06 /* option acknowledgement */ macro
/illumos-gate/usr/src/boot/include/arpa/
H A Dtftp.h51 #define OACK 06 /* option acknowledgement */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c168 /* Can't read-ahead first block as OACK may change blocksize */
201 if ((count == 0) && (ap->th_opcode == OACK)) {
205 (void) fputs("Rejected OACK\n",
328 if ((block == 1) && (dp->th_opcode == OACK)) {
333 (void) fputs("Rejected OACK\n",
478 * Validate and action the blksize option value string from the OACK packet.
500 * Validate and action the timeout option value string from the OACK packet.
524 * Validate and action the tsize option value string from the OACK packet.
546 * request is echoed back in the OACK.
580 * Process OACK packe
[all...]
/illumos-gate/usr/src/boot/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)
669 * In RFC2347, the TFTP Option Acknowledgement package (OACK)
671 * The format of an OACK packet is:
695 * We parse the OACK strings into an array
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c561 * Return the blksize option value string to include in the OACK reply.
576 * As the blksize value in the OACK reply can be less than the value
590 * Return the timeout option value string to include in the OACK reply.
605 * The timeout value in the OACK reply must match the value specified
607 * the timeout option in the OACK reply.
620 * Return the tsize option value string to include in the OACK reply.
657 * Return the size of the OACK reply packet built or 0 for no OACK reply.
682 oackp->th_opcode = htons((ushort_t)OACK);
1022 (void) fputs("Sending OACK ", stder
[all...]

Completed in 63 milliseconds