mirror of
https://git.busybox.net/busybox
synced 2026-01-31 16:43:21 +00:00
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). |
||
|---|---|---|
| .. | ||
| applets.h | ||
| busybox.h | ||
| dump.h | ||
| grp_.h | ||
| inet_common.h | ||
| libbb.h | ||
| platform.h | ||
| pwd_.h | ||
| shadow_.h | ||
| unarchive.h | ||
| usage.h | ||
| xatonum.h | ||
| xregex.h | ||