Lines Matching defs:Expected
224 INTN Expected;
228 Expected = Mtftp6GetNextBlockNum (&Instance->BlkList);
230 ASSERT (Expected >= 0);
237 if (Instance->IsMaster && (Expected != BlockNum)) {
268 Expected = Mtftp6GetNextBlockNum (&Instance->BlkList);
270 if (Instance->IsMaster || Expected < 0) {
271 if (Expected < 0) {
282 BlockNum = (UINT16) (Expected - 1);
456 INTN Expected;
466 Expected = Mtftp6GetNextBlockNum (&Instance->BlkList);
467 ASSERT (Expected != -1);
469 if (Instance->IsMaster && Expected != 1) {
640 // Send an ACK to (Expected - 1) which is 0 for unicast download,
641 // or tell the server we want to receive the Expected block.
643 return Mtftp6RrqSendAck (Instance, (UINT16) (Expected - 1));