incubator-nuttx/net/procfs
Xiang Xiao 74e2b75857 net: Simplify the tcp/udp existence check
Replace defined(CONFIG_NET_TCP) && !defined(CONFIG_NET_TCP_NO_STACK) with NET_TCP_HAVE_STACK
Replace defined(CONFIG_NET_UDP) && !defined(CONFIG_NET_UDP_NO_STACK) with NET_UDP_HAVE_STACK

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-05-03 17:40:00 +03:00
..
Kconfig net/: Move net_procfs.c to net/procfs/. Partition logic a little better to make space to support net device procfs as well 2015-11-27 13:53:33 -06:00
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: Simplify the tcp/udp existence check 2023-05-03 17:40:00 +03:00
net_udp.c net: Simplify the tcp/udp existence check 2023-05-03 17:40:00 +03: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