incubator-nuttx/net/procfs
Zhe Weng 194d0cdec9 net/procfs: Simplify logic for tcp/udp stats
By:
1. Take out net_ip_binding_laddr/raddr macro
2. INET6_ADDRSTRLEN is long enough for all address buffer and no need to
   add 0 to the end of buffer since inet_ntop will do so

Signed-off-by: Zhe Weng <wengzhe@xiaomi.com>
2023-08-07 08:08:37 -07:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig
Make.defs net/procfs: add udp profs support 2022-09-09 19:33:46 +08:00
net_mld.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
net_procfs.c procfs: remove procfs_ from procfs_operations variables 2023-04-22 03:33:50 -04:00
net_procfs_route.c procfs: remove procfs_ from procfs_operations variables 2023-04-22 03:33:50 -04:00
net_statistics.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
net_tcp.c net/procfs: Simplify logic for tcp/udp stats 2023-08-07 08:08:37 -07:00
net_udp.c net/procfs: Simplify logic for tcp/udp stats 2023-08-07 08:08:37 -07:00
netdev_statistics.c net/procfs: Support to show MTU in netdev statistics 2023-04-28 09:45:21 +08:00
procfs.h net/procfs: disable tcp/udp proc node if no stack available 2022-09-19 15:45:19 +08:00