Searched refs:MTFTP4_BLKSIZE_EXIST (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/Network/Mtftp4Dxe/
H A DMtftp4Option.h25 #define MTFTP4_BLKSIZE_EXIST 0x01 macro
H A DMtftp4Option.c443 MtftpOption->Exist |= MTFTP4_BLKSIZE_EXIST;
H A DMtftp4Wrq.c233 if ((((Reply->Exist & MTFTP4_BLKSIZE_EXIST) != 0) && (Reply->BlkSize > Request->BlkSize)) ||
H A DMtftp4Rrq.c354 if ((((Reply->Exist & MTFTP4_BLKSIZE_EXIST) != 0)&& (Reply->BlkSize > Request->BlkSize)) ||

Completed in 47 milliseconds