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
Make.defs
net_mld.c
net_procfs_route.c
net_procfs.c
net_statistics.c
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
procfs.h