Searched refs:bool_opt_val (Results 1 – 1 of 1) sorted by relevance
4422 BOOL bool_opt_val; in test_extendedSocketOptions() local4522 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()