Home
last modified time | relevance | path

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

/third_party/mingw-w64/mingw-w64-headers/include/psdk_inc/
D_ws1_undef.h113 #undef SOCK_RDM
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dsocket.h89 #define SOCK_RDM 4 macro
/third_party/musl/include/sys/
Dsocket.h89 #define SOCK_RDM 4 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dsocket.h89 #define SOCK_RDM 4 macro
/third_party/musl/porting/linux/user/include/sys/
Dsocket.h93 #define SOCK_RDM 4 macro
/third_party/mingw-w64/mingw-w64-headers/include/
Dwinsock.h154 #define SOCK_RDM 4 macro
Dwinsock2.h188 #define SOCK_RDM 4 macro
/third_party/python/Modules/
Dsocketmodule.c7513 #if defined(SOCK_RDM)
7514 PyModule_AddIntMacro(m, SOCK_RDM);
/third_party/python/Lib/test/
Dtest_socket.py940 socket.SOCK_RDM
5605 srv = socket.socket(socket.AF_TIPC, socket.SOCK_RDM)
5606 cli = socket.socket(socket.AF_TIPC, socket.SOCK_RDM)
/third_party/python/Doc/library/
Dsocket.rst317 SOCK_RDM