u-boot/arch/sandbox/include/asm
Joe Hershberger 22f68524f8 sandbox: eth: Add support for using the 'lo' interface
The 'lo' interface on Linux doesn't support thinks like ARP or
link-layer access like we use to talk to a normal network interface.
A higher-level network API must be used to access localhost.

As written, this interface is limited to not supporting ICMP since the
API doesn't allow the socket to be opened for all IP traffic and be able
to receive at the same time. UDP is far more useful to test with, so it
was selected over ICMP. Ping won't work, but things like TFTP should
work.

Signed-off-by: Joe Hershberger <joe.hershberger@ni.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2015-04-18 11:11:14 -06:00
..
bitops.h sandbox: change local_irq_save() to macro 2014-06-23 15:37:24 -06:00
byteorder.h Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
cache.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
config.h sandbox: Set up global data before board_init_f() 2014-07-23 14:05:39 +01:00
errno.h sandbox: Add asm/errno.h 2012-09-29 10:00:29 -07:00
eth-raw-os.h sandbox: eth: Add support for using the 'lo' interface 2015-04-18 11:11:14 -06:00
eth.h sandbox: eth: Add ability to disable ping reply in sandbox eth driver 2015-04-18 11:11:13 -06:00
getopt.h sandbox: Rename sb_cmdline_option to sandbox_cmdline_option 2013-12-09 12:22:02 -07:00
global_data.h sandbox: Allow reading/writing of RAM buffer 2014-01-08 17:25:03 -07:00
gpio.h dm: rename device struct to udevice 2014-05-27 10:21:32 -04:00
io.h dm: sandbox: pci: Add PCI support for sandbox 2015-04-16 19:27:43 -06:00
posix_types.h sandbox: Add architecture header files 2011-10-17 22:45:50 +02:00
processor.h dm: sandbox: pci: Add PCI support for sandbox 2015-04-16 19:27:43 -06:00
ptrace.h Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
sdl.h sandbox: Add SDL library for LCD, keyboard, audio 2014-03-17 20:05:48 -06:00
sections.h sandbox: Rename sb_cmdline_option to sandbox_cmdline_option 2013-12-09 12:22:02 -07:00
sound.h build: define CPU only when arch/${ARCH}/cpu/${CPU} exists 2014-07-07 19:42:34 -04:00
spi.h dm: sf: sandbox: Convert SPI flash driver to driver model 2014-10-22 10:36:51 -06:00
state.h sandbox: Return '-c command' exit value as sandbox exit code 2015-02-15 14:34:06 -07:00
string.h Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00
system.h sandbox: change local_irq_save() to macro 2014-06-23 15:37:24 -06:00
test.h dm: sandbox: pci: Add PCI support for sandbox 2015-04-16 19:27:43 -06:00
types.h Provide option to avoid defining a custom version of uintptr_t. 2014-10-27 11:04:01 -04:00
u-boot-sandbox.h dm: sandbox: pci: Add PCI support for sandbox 2015-04-16 19:27:43 -06:00
u-boot.h Add GPL-2.0+ SPDX-License-Identifier to source files 2013-07-24 09:44:38 -04:00
unaligned.h Coding Style cleanup: remove trailing white space 2013-10-14 16:06:53 -04:00