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

  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Option.h 25 #define MTFTP4_BLKSIZE_EXIST 0x01
Mtftp4Option.c 443 MtftpOption->Exist |= MTFTP4_BLKSIZE_EXIST;
Mtftp4Wrq.c 233 if ((((Reply->Exist & MTFTP4_BLKSIZE_EXIST) != 0) && (Reply->BlkSize > Request->BlkSize)) ||
Mtftp4Rrq.c 355 if ((((Reply->Exist & MTFTP4_BLKSIZE_EXIST) != 0)&& (Reply->BlkSize > Request->BlkSize)) ||

Completed in 143 milliseconds