Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsock_tipc_options.h13 #if defined(TIPC_SRC_DROPPABLE) || (defined(HAVE_DECL_TIPC_SRC_DROPPABLE) && HAVE_DECL_TIPC_SRC_DRO…
15 static_assert((TIPC_SRC_DROPPABLE) == (128), "TIPC_SRC_DROPPABLE != 128");
18 # define TIPC_SRC_DROPPABLE 128
89 XLAT(TIPC_SRC_DROPPABLE),
Dsock_tipc_options.in3 TIPC_SRC_DROPPABLE 128
/external/iproute2/include/uapi/linux/
Dtipc.h228 #define TIPC_SRC_DROPPABLE 128 /* Default: based on socket type */ macro
/external/kernel-headers/original/uapi/linux/
Dtipc.h184 #define TIPC_SRC_DROPPABLE 128 /* Default: based on socket type */ macro
/external/python/cpython2/Modules/
Dsocketmodule.c4864 PyModule_AddIntConstant(m, "TIPC_SRC_DROPPABLE", TIPC_SRC_DROPPABLE);
/external/python/cpython3/Modules/
Dsocketmodule.c7097 PyModule_AddIntMacro(m, TIPC_SRC_DROPPABLE);