android_external_toybox/toys/net
Rob Landley e95778682a Josh Gao said "netcat -l -p 12345" broke:
Previously, when trying to listen on a socket without using one of -4,
  -6, or -s, we tried to create an AF_UNSPEC socket, which fails.
2019-01-02 19:02:32 -06:00
..
ftpget.c Convert more GLOBALS argument vars to the new single letter code style. 2018-11-17 18:25:08 -06:00
ifconfig.c Allow enough space padding for "192.168.123.456/24" to consistently indent. 2018-08-18 23:57:15 -05:00
microcom.c Clean up some --help formatting. 2018-12-04 17:08:19 -06:00
netcat.c Josh Gao said "netcat -l -p 12345" broke: 2019-01-02 19:02:32 -06:00
netstat.c Clean up some --help formatting. 2018-12-04 17:08:19 -06:00
ping.c Convert more GLOBALS argument vars to the new single letter code style. 2018-11-17 18:25:08 -06:00
README Promote netsat, and move ifconfig, netcat, and rfkill to new toys/net directory. 2016-07-03 16:05:12 -05:00
rfkill.c Make xopen() skip stdin/stdout/stderr, add xopen_stdio() if you want stdout, 2016-08-04 10:16:59 -05:00
tunctl.c Convert more GLOBALS argument vars to the new single letter code style. 2018-11-17 18:25:08 -06:00

Networking