nuttx/net/procfs
wangchen d197ca9967 net/procfs: Support to show MTU in netdev statistics
Usage:
ifconfig (interfacename)
example:
ifconfig eth0
eth0	Link encap:Ethernet HWaddr 42:d3:59:ad:5a:2f at RUNNING mtu 1500
	inet addr:10.0.1.2 DRaddr:10.0.1.1 Mask:255.255.255.0
	inet6 addr: fe80::40d3:59ff:fead:5a2f/64
	inet6 DRaddr: ::/64

Signed-off-by: wangchen <wangchen41@xiaomi.com>
2023-04-28 09:45:21 +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_route.c procfs: remove procfs_ from procfs_operations variables 2023-04-22 03:33:50 -04:00
net_procfs.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: fix visual studio Compiler Error C2057 2023-02-09 20:11:55 +08:00
net_udp.c net/procfs: fix visual studio Compiler Error C2057 2023-02-09 20:11:55 +08: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