Home
last modified time | relevance | path

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

/external/strace/xlat/
Dsock_tipc_options.h20 #if defined(TIPC_DEST_DROPPABLE) || (defined(HAVE_DECL_TIPC_DEST_DROPPABLE) && HAVE_DECL_TIPC_DEST_…
22 static_assert((TIPC_DEST_DROPPABLE) == (129), "TIPC_DEST_DROPPABLE != 129");
25 # define TIPC_DEST_DROPPABLE 129
90 XLAT(TIPC_DEST_DROPPABLE),
Dsock_tipc_options.in4 TIPC_DEST_DROPPABLE 129
/external/iproute2/include/uapi/linux/
Dtipc.h229 #define TIPC_DEST_DROPPABLE 129 /* Default: based on socket type */ macro
/external/kernel-headers/original/uapi/linux/
Dtipc.h185 #define TIPC_DEST_DROPPABLE 129 /* Default: based on socket type */ macro
/external/python/cpython2/Modules/
Dsocketmodule.c4866 TIPC_DEST_DROPPABLE);
/external/python/cpython3/Modules/
Dsocketmodule.c7098 PyModule_AddIntMacro(m, TIPC_DEST_DROPPABLE);