Searched refs:NETLINK_DNRTMSG (Results 1 – 13 of 13) 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
21 #define NETLINK_DNRTMSG 14 /* DECnet routing messages */ macro
23 #define NETLINK_DNRTMSG 14 /* DECnet routing messages */ macro
612 [NETLINK_DNRTMSG] = "dec-rt",
66 NETLINK_DNRTMSG = 14 variable
618 __ADD(NETLINK_DNRTMSG,dnrtmsg)
4757 #ifdef NETLINK_DNRTMSG4758 PyModule_AddIntConstant(m, "NETLINK_DNRTMSG", NETLINK_DNRTMSG);
1289 pub const NETLINK_DNRTMSG: ::c_int = 14; constant
7217 #ifdef NETLINK_DNRTMSG7218 PyModule_AddIntMacro(m, NETLINK_DNRTMSG);
2037 pub const NETLINK_DNRTMSG: ::c_int = 14; constant
4298 Make NETLINK_DNRTMSG conditional.