rv1126-uboot/net
Mike Frysinger ff25d32c25 net: turn name len check into an assert
The new sanity check introduces a printf warning for some systems:
	eth.c:233: warning: format '%zu' expects type 'size_t', but argument 3 has type 'int'

Rather than tweak the format string, use the new assert() helper instead.

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
2011-09-21 23:04:34 +02:00
..
Makefile
bootp.c net/bootp.c: fix tftp load if autoload environment var isn't set 2011-09-19 23:25:08 +02:00
bootp.h
dns.c
dns.h
eth.c net: turn name len check into an assert 2011-09-21 23:04:34 +02:00
net.c net/net.c: Update ipaddr if the environment has changed 2011-06-01 22:17:49 +02:00
nfs.c
nfs.h
rarp.c
rarp.h
sntp.c
sntp.h
tftp.c
tftp.h