Searched refs:NETLINK_DNRTMSG (Results 1 – 14 of 14) sorted by relevance
104 #if defined(NETLINK_DNRTMSG) || (defined(HAVE_DECL_NETLINK_DNRTMSG) && HAVE_DECL_NETLINK_DNRTMSG)106 static_assert((NETLINK_DNRTMSG) == (14), "NETLINK_DNRTMSG != 14");109 # define NETLINK_DNRTMSG 14180 XLAT(NETLINK_DNRTMSG),
15 NETLINK_DNRTMSG 14
23 #define NETLINK_DNRTMSG 14 /* DECnet routing messages */ macro
612 [NETLINK_DNRTMSG] = "dec-rt",
66 NETLINK_DNRTMSG = 14 variable
649 __ADD(NETLINK_DNRTMSG,dnrtmsg),
143 NetlinkDECNetRoutingMessage = libc::NETLINK_DNRTMSG,
4757 #ifdef NETLINK_DNRTMSG4758 PyModule_AddIntConstant(m, "NETLINK_DNRTMSG", NETLINK_DNRTMSG);
7301 #ifdef NETLINK_DNRTMSG7302 PyModule_AddIntMacro(m, NETLINK_DNRTMSG);
1434 pub const NETLINK_DNRTMSG: ::c_int = 14; constant
2287 pub const NETLINK_DNRTMSG: ::c_int = 14; constant
4298 Make NETLINK_DNRTMSG conditional.