Searched defs:NETLINK_USERSOCK (Results 1 - 5 of 5) sorted by relevance

/external/strace/xlat/
H A Dnetlink_protocols.h8 #if !(defined(NETLINK_USERSOCK) || (defined(HAVE_DECL_NETLINK_USERSOCK) && HAVE_DECL_NETLINK_USERSOCK))
9 # define NETLINK_USERSOCK 2 macro
71 XLAT(NETLINK_USERSOCK),
/external/libnl/include/linux-private/linux/
H A Dnetlink.h9 #define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */ macro
/external/iproute2/include/uapi/linux/
H A Dnetlink.h11 #define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */ macro
/external/kernel-headers/original/uapi/linux/
H A Dnetlink.h11 #define NETLINK_USERSOCK 2 /* Reserved for user mode socket protocols */ macro
/external/libnl/python/netlink/
H A Dcore.py54 NETLINK_USERSOCK = 2 variable

Completed in 163 milliseconds