Home
last modified time | relevance | path

Searched refs:NETLINK_CONNECTOR (Results 1 – 11 of 11) sorted by relevance

/external/strace/xlat/
Dnetlink_protocols.h83 #if defined(NETLINK_CONNECTOR) || (defined(HAVE_DECL_NETLINK_CONNECTOR) && HAVE_DECL_NETLINK_CONNEC…
85 static_assert((NETLINK_CONNECTOR) == (11), "NETLINK_CONNECTOR != 11");
88 # define NETLINK_CONNECTOR 11
177 XLAT(NETLINK_CONNECTOR),
Dnetlink_protocols.in12 NETLINK_CONNECTOR 11
/external/ltp/testcases/kernel/connectors/pec/
Dpec_listener.c35 #ifndef NETLINK_CONNECTOR
243 sd = socket(PF_NETLINK, SOCK_DGRAM, NETLINK_CONNECTOR); in main()
/external/iproute2/include/uapi/linux/
Dnetlink.h20 #define NETLINK_CONNECTOR 11 macro
/external/libnl/include/linux-private/linux/
Dnetlink.h20 #define NETLINK_CONNECTOR 11 macro
/external/kernel-headers/original/uapi/linux/
Dnetlink.h20 #define NETLINK_CONNECTOR 11 macro
/external/iproute2/lib/
Drt_names.c609 [NETLINK_CONNECTOR] = "connector",
/external/libnl/python/netlink/
Dcore.py63 NETLINK_CONNECTOR = 11 variable
/external/libnl/lib/
Dutils.c646 __ADD(NETLINK_CONNECTOR,connector),
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs1431 pub const NETLINK_CONNECTOR: ::c_int = 11; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2284 pub const NETLINK_CONNECTOR: ::c_int = 11; constant