9
0
Fork 0
barebox/net
Sascha Hauer a622565d06 net: Pass network device to net_answer_arp()
The caller already has the correct network device, so pass it
to net_answer_arp() rather than using eth_get_current() there.
This is a step towards making a global current network device
unnecessary.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-07-14 22:32:35 +02:00
..
Kconfig net: Add SNTP support 2016-01-07 08:46:09 +01:00
Makefile net: Add SNTP support 2016-01-07 08:46:09 +01:00
dhcp.c string: Fix (v)asprintf prototypes 2016-04-15 12:21:45 +02:00
dns.c string: Fix (v)asprintf prototypes 2016-04-15 12:21:45 +02:00
eth.c net: eth: add name to struct eth_device 2016-07-14 22:24:53 +02:00
ifup.c ifup: fix handling when ip env is not given 2016-06-15 07:43:01 +02:00
lib.c net: Move library functions to net/lib.c 2015-07-02 09:39:57 +02:00
net.c net: Pass network device to net_answer_arp() 2016-07-14 22:32:35 +02:00
netconsole.c console: allow to specify the device id 2015-01-13 08:48:59 +01:00
nfs.c treewide: fix 'new blank line at EOF' formatting error 2015-07-02 09:39:58 +02:00
nfs.h pass filename to nfs and tftp start functions 2009-10-19 10:18:51 +02:00
ping.c net: ping: return an error exit code when connection fails 2015-04-03 08:03:08 +02:00
rarp.h Treewide: remove address of the Free Software Foundation 2012-09-17 10:57:41 +02:00
sntp.c net: Add SNTP support 2016-01-07 08:46:09 +01:00