HomeSort by relevance Sort by last modified time
    Searched refs:TFTP_OP_ACK (Results 1 - 3 of 3) sorted by null

  /external/toybox/toys/pending/
tftp.c 47 #define TFTP_OP_ACK 4 /* Acknowledgement RFC 1350 */
110 buffer[0] = TFTP_OP_ACK >> 8;
111 buffer[1] = TFTP_OP_ACK & 0xff;
249 if (opcode != TFTP_OP_ACK) {
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
TftpServer.h 133 #define TFTP_OP_ACK 4 ///< ACK block number
TftpServer.c     [all...]

Completed in 214 milliseconds