nuttx/net/pkt
zhanghongyu aba8cd4d86 net/net_initialize: remove the empty functions that are not needed
streamline the code structure

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2025-12-25 09:50:40 +08:00
..
CMakeLists.txt net/pkt: add nonblock mode and send buffered support 2025-12-10 23:44:14 +08:00
Kconfig net/pkt: add nonblock mode and send buffered support 2025-12-10 23:44:14 +08:00
Make.defs net/pkt: add nonblock mode and send buffered support 2025-12-10 23:44:14 +08:00
pkt.h net/net_initialize: remove the empty functions that are not needed 2025-12-25 09:50:40 +08:00
pkt_callback.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
pkt_conn.c net/net_initialize: remove the empty functions that are not needed 2025-12-25 09:50:40 +08:00
pkt_finddev.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
pkt_getsockopt.c net/pkt: add nonblock mode and send buffered support 2025-12-10 23:44:14 +08:00
pkt_input.c net/pkt: delete the read-back mechanism in pkt stack 2025-12-10 23:44:14 +08:00
pkt_netpoll.c net/pkt: add nonblock mode and send buffered support 2025-12-10 23:44:14 +08:00
pkt_poll.c net: migrate to SPDX identifier 2024-09-12 01:08:11 +08:00
pkt_recvmsg.c net/pkt: add SOCK_DGRAM support 2025-12-23 09:21:18 -03:00
pkt_sendmsg_buffered.c net/pkt: add SOCK_DGRAM support 2025-12-23 09:21:18 -03:00
pkt_sendmsg_unbuffered.c net/pkt: add SOCK_DGRAM support 2025-12-23 09:21:18 -03:00
pkt_setsockopt.c net/pkt: add SOCK_DGRAM support 2025-12-23 09:21:18 -03:00
pkt_sockif.c net/pkt: add SOCK_DGRAM support 2025-12-23 09:21:18 -03:00