Searched refs:optVal (Results 1 – 2 of 2) sorted by relevance
199 int optVal; in lws_plat_check_connection_error() local203 (char*)&optVal, &optLen) != SOCKET_ERROR && optVal && in lws_plat_check_connection_error()204 optVal != LWS_EALREADY && optVal != LWS_EINPROGRESS && in lws_plat_check_connection_error()205 optVal != LWS_EWOULDBLOCK && optVal != WSAEINVAL) { in lws_plat_check_connection_error()206 lwsl_debug("Connect failed SO_ERROR=%d\n", optVal); in lws_plat_check_connection_error()
218 int optVal; in handshake() local301 optVal = 1; in handshake()302 setsockopt(delboy->socket, SOL_SOCKET, TCP_NODELAY, (const char *)&optVal, sizeof(optVal)); in handshake()