mirror of
https://github.com/apache/nuttx.git
synced 2026-08-16 18:03:19 +00:00
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. |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Make.defs | ||
| netlink.h | ||
| netlink_conn.c | ||
| netlink_notifier.c | ||
| netlink_route.c | ||
| netlink_sockif.c | ||