Home
last modified time | relevance | path

Searched refs:TIPC_ZONE_SCOPE (Results 1 – 6 of 6) sorted by relevance

/external/iproute2/include/uapi/linux/
Dtipc.h121 #define TIPC_ZONE_SCOPE 1 macro
/external/kernel-headers/original/uapi/linux/
Dtipc.h238 #define TIPC_ZONE_SCOPE 1 macro
/external/python/cpython2/Doc/library/
Dsocket.rst79 - *scope* is one of :const:`TIPC_ZONE_SCOPE`, :const:`TIPC_CLUSTER_SCOPE`,
/external/python/cpython2/Modules/
Dsocketmodule.c4857 PyModule_AddIntConstant(m, "TIPC_ZONE_SCOPE", TIPC_ZONE_SCOPE);
/external/python/cpython3/Modules/
Dsocketmodule.c7090 PyModule_AddIntMacro(m, TIPC_ZONE_SCOPE);
/external/python/cpython3/Doc/library/
Dsocket.rst102 - *scope* is one of :const:`TIPC_ZONE_SCOPE`, :const:`TIPC_CLUSTER_SCOPE`, and