mirror of
https://github.com/apache/nuttx.git
synced 2026-08-05 06:10:27 +00:00
Squashed commit of the following:
net/netlink: Mark netlink support as EXPERIMENTAL.
net/netlink/netlink_sockif.c: Add netlink_getpeername to the socket interface.
net: Add getpeeername() support for netlink sockets.
include/netpacket/netlink.h: Add a few more definitions and structures used at the NetLink interface. Still missing many.
net/netlink: Add basic framework for Netlink socket support.
include/: Add basic Netlink definitions.
|
||
|---|---|---|
| .. | ||
| accept.c | ||
| bind.c | ||
| connect.c | ||
| getpeername.c | ||
| getsockname.c | ||
| getsockopt.c | ||
| Kconfig | ||
| listen.c | ||
| Make.defs | ||
| net_checksd.c | ||
| net_clone.c | ||
| net_close.c | ||
| net_dupsd.c | ||
| net_dupsd2.c | ||
| net_fstat.c | ||
| net_poll.c | ||
| net_sendfile.c | ||
| net_sockets.c | ||
| net_sockif.c | ||
| net_timeo.c | ||
| net_vfcntl.c | ||
| recv.c | ||
| recvfrom.c | ||
| send.c | ||
| sendto.c | ||
| setsockopt.c | ||
| socket.c | ||
| socket.h | ||