Home
last modified time | relevance | path

Searched refs:NETLINK_DNRTMSG (Results 1 – 10 of 10) sorted by relevance

/external/strace/xlat/
Dnetlink_protocols.h44 #if !(defined(NETLINK_DNRTMSG) || (defined(HAVE_DECL_NETLINK_DNRTMSG) && HAVE_DECL_NETLINK_DNRTMSG))
45 # define NETLINK_DNRTMSG 14 macro
83 XLAT(NETLINK_DNRTMSG),
Dnetlink_protocols.in15 NETLINK_DNRTMSG 14
/external/libnl/include/linux-private/linux/
Dnetlink.h21 #define NETLINK_DNRTMSG 14 /* DECnet routing messages */ macro
/external/iproute2/include/linux/
Dnetlink.h22 #define NETLINK_DNRTMSG 14 /* DECnet routing messages */ macro
/external/kernel-headers/original/uapi/linux/
Dnetlink.h22 #define NETLINK_DNRTMSG 14 /* DECnet routing messages */ macro
/external/iproute2/lib/
Drt_names.c584 [NETLINK_DNRTMSG] = "dec-rt",
/external/libnl/python/netlink/
Dcore.py66 NETLINK_DNRTMSG = 14 variable
/external/libnl/lib/
Dutils.c618 __ADD(NETLINK_DNRTMSG,dnrtmsg)
/external/python/cpython2/Modules/
Dsocketmodule.c4757 #ifdef NETLINK_DNRTMSG
4758 PyModule_AddIntConstant(m, "NETLINK_DNRTMSG", NETLINK_DNRTMSG);
/external/python/cpython2/Misc/
DNEWS11810 - Patch #1657276: Make NETLINK_DNRTMSG conditional.