Searched refs:MTFTP4_BLKSIZE_EXIST (Results 1 – 4 of 4) sorted by relevance
25 #define MTFTP4_BLKSIZE_EXIST 0x01 macro
443 MtftpOption->Exist |= MTFTP4_BLKSIZE_EXIST; in Mtftp4ParseOption()
233 if ((((Reply->Exist & MTFTP4_BLKSIZE_EXIST) != 0) && (Reply->BlkSize > Request->BlkSize)) || in Mtftp4WrqOackValid()
355 if ((((Reply->Exist & MTFTP4_BLKSIZE_EXIST) != 0)&& (Reply->BlkSize > Request->BlkSize)) || in Mtftp4RrqOackValid()