zephyr/subsys/net/lib/shell
Jukka Rissanen 57c452fb79 net: shell: conn: Print packet socket information correctly
The "net conn" command printed AF_PACKET socket as AF_UNK(3).
Fix this by printing "AF_PACKET" in this case.

Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>
2025-06-17 16:08:56 +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 packet socket information correctly 2025-06-17 16:08:56 +02:00
dhcpv4.c
dhcpv6.c
dns.c net: shell: dns: Add list command to show service records 2025-06-12 09:39:49 -07:00
events.c net: mgmt: Remove the _ from symbols 2025-04-29 13:01:01 +02:00
filter.c subsys/net/lib/shell: Fix code compliance issues 2025-05-21 12:35:28 +02:00
gptp.c
http.c
iface_dynamic.h
iface.c net: shell: iface: support deactivating auto-neg 2025-06-17 16:08:22 +02:00
ipv4.c
ipv6.c
mem.c
nbr.c
net_shell_private.h
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: stats: Make byte counters 64-bit 2025-06-12 09:36:38 -07:00
suspend.c
tcp.c
udp.c net: shell: udp: allow sending packet when bound 2025-05-27 11:51:11 +02:00
virtual.c
vlan.c
websocket.c