Home
last modified time | relevance | path

Searched refs:SOCK_RDM (Results 1 – 11 of 11) sorted by relevance

/external/strace/xlat/
Dsocktypes.h15 #if defined(SOCK_RDM) || (defined(HAVE_DECL_SOCK_RDM) && HAVE_DECL_SOCK_RDM)
16 XLAT(SOCK_RDM),
Dsocktypes.in4 SOCK_RDM
/external/autotest/client/site_tests/security_ProtocolFamilies/
Dsecurity_ProtocolFamilies.py63 socket.SOCK_RDM, socket.SOCK_SEQPACKET]
/external/python/cpython2/Lib/plat-os2emx/
DSOCKET.py12 SOCK_RDM = 4 variable
/external/iproute2/tipc/
Dnode.c112 if (!(sk = socket(AF_TIPC, SOCK_RDM, 0))) { in cmd_node_get_addr()
/external/python/cpython2/Lib/plat-linux2/
DIN.py479 SOCK_RDM = 4 variable
/external/python/cpython2/Lib/plat-unixware7/
DIN.py230 SOCK_RDM = 5 variable
/external/python/cpython2/Lib/plat-atheos/
DIN.py696 SOCK_RDM = 4 variable
/external/python/cpython2/Lib/test/
Dtest_socket.py346 socket.SOCK_RDM
1722 srv = socket.socket(socket.AF_TIPC, socket.SOCK_RDM)
1723 cli = socket.socket(socket.AF_TIPC, socket.SOCK_RDM)
/external/python/cpython2/Modules/
Dsocketmodule.c4900 #if defined(SOCK_RDM)
4901 PyModule_AddIntConstant(m, "SOCK_RDM", SOCK_RDM);
/external/python/cpython2/Doc/library/
Dsocket.rst158 SOCK_RDM