Searched defs:optParam (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/arch/netware/
H A Dmod_nw_ssl.c253 unsigned int optParam; local
282 optParam = SO_SSL_ENABLE | SO_SSL_SERVER;
284 if (WSAIoctl(s, SO_SSL_SET_FLAGS, (char *)&optParam,
285 sizeof(optParam), NULL, 0, NULL, NULL, NULL)) {
310 optParam = 0x07; /* SO_SSL_AUTH_CLIENT */
312 if (WSAIoctl(s, SO_SSL_SET_FLAGS, (char*)&optParam, sizeof(optParam),
322 optParam = SO_TLS_UNCLEAN_SHUTDOWN;
323 WSAIoctl(s, SO_SSL_SET_FLAGS, (char *)&optParam, sizeof(optParam),
[all...]

Completed in 514 milliseconds