zephyr/subsys/net/lib/shell
Jukka Rissanen 702776bd1f net: mgmt: Remove the _ from symbols
The _ is a reserved character in front of the symbols so remove
it from network management event macros. The remaining string
without the _ will identify the network API anyway so having
underscore there is not needed.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2025-04-29 13:01:01 +02:00
..
allocs.c
arp.c
capture.c
cm.c
CMakeLists.txt net: shell: Add packet filter support 2025-04-16 08:07:34 +02:00
conn.c net: shell: conn: Print all connection information 2025-03-20 17:15:36 +01:00
dhcpv4.c
dhcpv6.c
dns.c
events.c net: mgmt: Remove the _ from symbols 2025-04-29 13:01:01 +02:00
filter.c net: shell: Add packet filter support 2025-04-16 08:07:34 +02:00
gptp.c
http.c
iface_dynamic.h
iface.c drivers: net: ethernet: change ETHERNET_LINK_*BASE_T 2025-04-28 09:22:09 +01:00
ipv4.c
ipv6.c
mem.c net: shell: mem: support getting max used buf and packet 2025-01-20 11:16:18 +01:00
nbr.c
net_shell_private.h net: vlan: Allow VLAN count to be set to 0 2025-01-31 16:12:50 +01:00
net_shell.c
net_shell.h
ping.c
pkt.c
pmtu.c
ppp.c
resume.c
route.c net: Change the net_linkaddr struct to not use pointers 2025-03-17 16:25:22 +01:00
sockets.c
stats.c net: pkt_filter: Add statistics support to packet filter 2025-04-16 08:07:34 +02:00
suspend.c
tcp.c
udp.c
virtual.c
vlan.c
websocket.c