incubator-nuttx/net/netlink
zhanghongyu 3538d1b313 netlink: add some definition
In order to support the compilation of third-party library, we encounter
some situations where the macro is not defined, refer to the common
implementation of other systems and add relevant definitions.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2023-07-08 11:12:41 -03:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig netlink: add RTM_NEWADDR, RTM_DELADDR and RTM_GETADDR 2023-04-22 01:35:18 +08:00
Make.defs netlink: add RTM_NEWADDR, RTM_DELADDR and RTM_GETADDR 2023-04-22 01:35:18 +08:00
netlink.h netlink: add RTM_NEWADDR, RTM_DELADDR and RTM_GETADDR 2023-04-22 01:35:18 +08:00
netlink_attr.c nuttx: replace getpid() with nxsched_getpid() in kernel code 2023-07-07 17:39:39 -03:00
netlink_conn.c Performance optimizations in connection allocations. 2023-02-28 14:23:16 +01:00
netlink_notifier.c Fix ENOENT errors when polling on Netlink socket 2022-05-14 00:35:29 +03:00
netlink_route.c netlink: add some definition 2023-07-08 11:12:41 -03:00
netlink_sockif.c net: remove conn-related casts 2023-05-10 19:32:09 -03:00