nuttx/net/pkt
SPRESENSE 277e0b941a include/sys/socket.h: Add SOCK_CTRL to socket type
SOCK_CTRL is added to provide special control over network drivers
and daemons. Currently, SOCK_DGRAM and SOCK_STREAM perform this control,
but these use socket resources. In the case of usersocket in particular,
this is a waste of the device's limited socket resources.
2023-02-16 12:13:01 +09:00
..
Kconfig
Make.defs
pkt_callback.c
pkt_conn.c
pkt_finddev.c
pkt_input.c net/netdev: Avoid hardcoded guardsize when using d_iob 2023-01-18 14:41:07 +08:00
pkt_poll.c net/devif_poll: optimize device buffer alloc in txpoll 2023-01-13 16:41:10 +08:00
pkt_recvmsg.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
pkt_sendmsg.c net: consistent the net sem wait naming conversion 2023-01-15 12:31:30 -03:00
pkt_sockif.c include/sys/socket.h: Add SOCK_CTRL to socket type 2023-02-16 12:13:01 +09:00
pkt.h