Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/ws2_32/
H A Dsock.c4422 BOOL bool_opt_val; in test_extendedSocketOptions() local
4522 ret = getsockopt(sock, SOL_SOCKET, SO_DONTLINGER, (char *)&bool_opt_val, &optlen); in test_extendedSocketOptions()
4524 ok((linger_val.l_onoff && !bool_opt_val) || (!linger_val.l_onoff && bool_opt_val), in test_extendedSocketOptions()
4526 bool_opt_val, linger_val.l_onoff); in test_extendedSocketOptions()