zephyr/subsys/net/lib/shell
Pisit Sawangvonganan d207edb1cf shell: rename shell_xxx_impl wrapper functions to shell_fprintf_xxx
Since the `_impl` naming convention is intended for internal use only,
renaming these functions to the `shell_fprintf_xxx` variant is
more suitable for calls outside the module:
- `shell_info_impl` to `shell_fprintf_info`
- `shell_print_impl` to `shell_fprintf_normal`
- `shell_warn_impl` to `shell_fprintf_warn`
- `shell_error_impl` to `shell_fprintf_error`

Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
2024-09-09 13:55:31 -04: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
cm.c net: shell: cm: Fix snprintf warnings on NEWLIBC 2024-08-24 07:14:32 -04:00
CMakeLists.txt net: shell: add conn_mgr shell commands 2024-08-20 10:31:55 +02:00
conn.c
dhcpv4.c
dns.c
events.c net: shell: Add IPv4 and IPv6 connectivity events 2024-06-10 00:59:34 -07:00
gptp.c
http.c net: lib: http_server: add static fs resource 2024-07-31 10:08:16 +02:00
iface_dynamic.h
iface.c net: shell: iface: add infos from eth phy 2024-07-27 15:07:26 +03:00
ipv4.c net: shell: ipv4: Add information about ACD 2024-06-10 00:59:28 -07: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_shell_private.h shell: rename shell_xxx_impl wrapper functions to shell_fprintf_xxx 2024-09-09 13:55:31 -04: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
stats.c
suspend.c
tcp.c
udp.c net: shell: udp: Check net_pkt_read_u8 result 2024-06-26 08:59:41 -04:00
virtual.c
vlan.c net: shell: Print VLAN name instead of interface type 2024-03-28 09:41:38 +00:00
websocket.c fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00