Home | History | Annotate | Download | only in Mtftp6Dxe

Lines Matching defs:Start

20 // The structure representing a range of block numbers, [Start, End].

26 INTN Start;
35 different requirements for Start and End. For example, during startup,
37 is because the server will send an ACK0 to inform the user to start the
46 @param[in] Start The Start block number.
56 IN UINT16 Start,
249 Start the Mtftp6 instance to perform the operation, such as read file,
305 Start the Mtftp6 instance to upload. It will first init some states,
306 then send the WRQ request packet, and start to receive the packet.
312 @retval Others Failed to start to upload.
342 Start the Mtftp6 instance to download. It first initializes some
350 @retval Others Failed to start to download.