nuttx/net/procfs
chao an d10cd8d585 net/procfs: add udp profs support
add proc node /proc/net/udp to show the active udp connections from procfs

nuttx style:

server> cat /proc/net/udp
UDP sl     local_address          remote_address     flg   txsz   rxsz  (IPv4)
  1:          0.0.0.0:  5285    192.168.31.22:  7779   9      0   1041
  2:          0.0.0.0:  5286    192.168.31.22:  7779   9      0   1041
  3:          0.0.0.0:  5287    192.168.31.22:  7779   9      0   1041

linux kernel:
https://www.kernel.org/doc/Documentation/networking/proc_net_tcp.txt

Signed-off-by: chao an <anchao@xiaomi.com>
2022-09-09 19:33:46 +08:00
..
Kconfig
Make.defs net/procfs: add udp profs support 2022-09-09 19:33:46 +08:00
net_mld.c
net_procfs_route.c Replace all strncpy with strlcpy for safety 2022-08-25 13:38:36 +08:00
net_procfs.c net/procfs: add udp profs support 2022-09-09 19:33:46 +08:00
net_statistics.c
net_tcp.c net/procfs: add tcp profs support 2022-09-09 19:33:46 +08:00
net_udp.c net/procfs: add udp profs support 2022-09-09 19:33:46 +08:00
netdev_statistics.c Net thread-safe ntoa functions 2022-08-02 21:04:19 +08:00
procfs.h net/procfs: add udp profs support 2022-09-09 19:33:46 +08:00