hush/include
Denis Vlasenko 9de420c27c Improve generic ipv4+ipv6 support in libbb.
Convert telnet to it. Now this works:
telnetd -b [::1]:1234 - bind to IPv6 non-standard port
telnet [::1]:1234 - connect to IPv6 non-standard port
telnet ::1 1234 - same
This does not require ANY ipv6-specific code in applets
(no struct sockaddr_in6. In fact, no sockaddr_in, too).
2007-01-10 09:28:01 +00:00
..
applets.h add arp applet - thanks to 2007-01-07 01:24:12 +00:00
busybox.h Cleanup usage messages (-200 bytes). 2006-12-24 16:59:27 +00:00
dump.h
grp_.h fixdep.c: avoit doing memcmp in most cases 2006-12-30 21:11:57 +00:00
inet_common.h - remove duplicate includes 2007-01-04 22:13:25 +00:00
libbb.h Improve generic ipv4+ipv6 support in libbb. 2007-01-10 09:28:01 +00:00
platform.h remove commented out #includes etc 2006-12-31 18:58:32 +00:00
pwd_.h fixdep.c: avoit doing memcmp in most cases 2006-12-30 21:11:57 +00:00
shadow_.h fixdep.c: avoit doing memcmp in most cases 2006-12-30 21:11:57 +00:00
unarchive.h do not expose internal state of [g]zip unpacker. 2007-01-05 23:56:53 +00:00
usage.h Fix typo in usage text by shortening it 2007-01-09 23:48:46 +00:00
xatonum.h
xregex.h