zephyr/subsys/net/lib/shell
Jukka Rissanen bd496541d7 net: shell: Print ref count information for IPv4 and IPv6 addresses
When printing IPv4 and IPv6 address information in "net ipv4" and
"net ipv6" commands, print also reference count of the IP address.
This is useful for debugging purposes.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2024-05-06 22:50:18 +01:00
..
allocs.c
arp.c
capture.c net: shell: capture: Set capture device if user did not use shell 2024-04-04 17:02:11 +02:00
CMakeLists.txt
conn.c
dhcpv4.c
dns.c
events.c net: ipv6: Add Privacy Extension events to net_mgmt 2024-05-06 22:50:18 +01:00
gptp.c
iface_dynamic.h
iface.c net: shell: Add information about IPv6 privacy extension 2024-05-06 22:50:18 +01:00
ipv4.c net: shell: Print ref count information for IPv4 and IPv6 addresses 2024-05-06 22:50:18 +01:00
ipv6.c net: shell: Print ref count information for IPv4 and IPv6 addresses 2024-05-06 22:50:18 +01:00
mem.c net: Provide separate configs for TX/RX memory pool for variable bufs 2024-03-29 15:56:07 -05:00
nbr.c net: lib: shell: Fix IPv6 neighbor build 2024-03-08 10:02:02 +00:00
net_shell_private.h net: shell: ensure the shell sh is valid before call shell_printf 2024-02-26 11:41:03 +00:00
net_shell.c Network: L2: remove IPSP 2024-04-11 12:48:50 +02:00
net_shell.h
ping.c
pkt.c
ppp.c
resume.c
route.c net: shell: print interfaces per multicast route entry 2024-04-17 14:39:35 +02:00
sockets.c net: shell: Print mgmt socket information properly 2024-02-28 09:39:27 +01:00
stats.c
suspend.c
tcp.c net: ipv4: Make netmask IPv4 address specific 2024-03-03 18:58:29 +01:00
udp.c
virtual.c
vlan.c net: shell: Print VLAN name instead of interface type 2024-03-28 09:41:38 +00:00
websocket.c