Home | History | Annotate | Download | only in sandbox

Lines Matching refs:That

32 Note that standalone/API support is not available at present.
75 Assuming that CONFIG_SANDBOX_SDL is defined when building, you can run the
81 that window has the focus then you will be able to type commands as you
93 that you can use arrow keys for command editing and history, but if you
123 function is used throughout U-Boot to ensure that emulated memory is used
161 It is also possible to tell U-Boot that it has jumped from a temporary
162 previous U-Boot binary, with the -j option. That binary is automatically
163 removed by the U-Boot that gets the -j option. This allows you to write
205 means that all of the Ethernet frame is included. This allows the U-Boot network
207 involved in forming the packets that end up on the wire. To receive the
209 promiscuous mode so that the network card won't filter out packets not destined
250 doesn't support Ethernet-level traffic. It is a higher-level interface that is
252 we can get on that interface is the RAW AF_INET API on UDP. This allows us to
256 Because only UDP is supported, ICMP traffic will not work, so expect that ping
394 Note that many of these tests are implemented as commands which you can