Home
last modified time | relevance | path

Searched refs:SO_OPENTYPE (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/win32/ws2_32/inc/
H A Dws2_32.h40 #define SO_OPENTYPE 0x7008 macro
/reactos/dll/win32/ws2help/
H A Dprecomp.h31 #define SO_OPENTYPE 0x20 macro
H A Dhandle.c170 SO_OPENTYPE, in WahCreateSocketHandle()
/reactos/dll/win32/ws2_32/src/
H A Dsockctrl.c291 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 Dmswsock.h30 #define SO_OPENTYPE 0x7008 macro
H A Dwinsock.h205 #define SO_OPENTYPE 0x7008 macro
/reactos/modules/rostests/winetests/ws2_32/
H A Dsock.c347 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()