nuttx/net/netlink
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
netlink_conn.c sem:remove sem default protocl 2022-10-22 14:50:48 +08:00
netlink_notifier.c Fix ENOENT errors when polling on Netlink socket 2022-05-14 00:35:29 +03:00
netlink_route.c net/arp: Remove nuttx/net/arp.h 2022-12-16 22:10:59 +02:00
netlink_sockif.c include/sys/socket.h: Add SOCK_CTRL to socket type 2023-02-16 12:13:01 +09:00
netlink.h net: Remove protocol argument from si_setup callback 2023-02-13 22:41:19 +08:00