android_external_toybox/toys/net
Rob Landley 570fc119c6 Whitespace cleanup.
Remove trailing spaces and leading tabs that crept in.
2024-02-10 02:32:16 -06:00
..
ftpget.c Fix ftpget download 2019-09-23 13:34:08 -05:00
host.c Whitespace cleanup. 2024-02-10 02:32:16 -06:00
httpd.c Various help fixes. 2024-01-26 02:33:14 -06:00
ifconfig.c Whitespace cleanup. 2024-02-10 02:32:16 -06:00
microcom.c Elliott wants to use CTRL(), and glibc implicitly pulls this in anyway. 2023-11-14 14:37:33 -06:00
netcat.c netcat: Implement zero I/O mode 2024-02-05 03:58:00 -06:00
netstat.c Add some (void) typecasts to shut up busybody compiler "unused result" warnings. 2023-10-09 04:22:51 -05:00
ping.c Whitespace cleanup. 2024-02-10 02:32:16 -06:00
README Reword some command directory READMEs (this tweaks menuconfig display). 2022-01-09 03:19:59 -06:00
rfkill.c rfkill: remove get_line(). 2019-10-30 18:03:58 -05:00
sntp.c Whitespace cleanup. 2024-02-10 02:32:16 -06:00
tunctl.c Whitespace cleanup. 2024-02-10 02:32:16 -06:00
wget.c Change FLAG(x) macros to always return 0 or 1. Treewide audit of FLAG() 2023-03-03 15:21:06 -06:00

Networking commands

The Internet Engineering Task Force publishes standards drafts at
https://www.ietf.org/rfc/rfc-index.txt (ala https://www.ietf.org/rfc/rfc3.txt)
and the commands tend to be documented in manual page section 8
https://man7.org/linux/man-pages/dir_section_8.html