Searched refs:SO_OPENTYPE (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/win32/ws2_32/inc/ |
H A D | ws2_32.h | 40 #define SO_OPENTYPE 0x7008 macro
|
/reactos/dll/win32/ws2help/ |
H A D | precomp.h | 31 #define SO_OPENTYPE 0x20 macro
|
H A D | handle.c | 170 SO_OPENTYPE, in WahCreateSocketHandle()
|
/reactos/dll/win32/ws2_32/src/ |
H A D | sockctrl.c | 291 if ((level == SOL_SOCKET) && (optname == SO_OPENTYPE)) in getsockopt() 438 if (level == SOL_SOCKET && optname == SO_OPENTYPE) in setsockopt()
|
/reactos/sdk/include/psdk/ |
H A D | mswsock.h | 30 #define SO_OPENTYPE 0x7008 macro
|
H A D | winsock.h | 205 #define SO_OPENTYPE 0x7008 macro
|
/reactos/modules/rostests/winetests/ws2_32/ |
H A D | sock.c | 347 ok ( setsockopt ( INVALID_SOCKET, SOL_SOCKET, SO_OPENTYPE, in set_so_opentype() 350 ok ( getsockopt ( INVALID_SOCKET, SOL_SOCKET, SO_OPENTYPE, in set_so_opentype() 441 getsockopt ( INVALID_SOCKET, SOL_SOCKET, SO_OPENTYPE, (LPVOID) &tmp, &len ); in check_so_opentype()
|