Home
last modified time | relevance | path

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

/dports/lang/micropython/micropython-1.17/drivers/cc3100/inc/
H A Dsocket.h337 #define SSL_ACCEPT (1) /* accept failed due to ssl issue ( tcp pass)… macro
/dports/comms/kermit/kermit-9.0.305.04/
H A Dckctel.h942 #define SSL_ACCEPT 2 macro
H A Dck_ssl.c3422 case SSL_ACCEPT:
3523 SendSSLAuthSB(SSL_ACCEPT, (void *)0, 0);
H A Dckuath.c2122 if ( type != SSL_START && type != SSL_ACCEPT &&
2165 case SSL_ACCEPT:
/dports/lang/micropython/micropython-1.17/ports/cc3200/mods/
H A Dmodwlan.c353 case SSL_ACCEPT: in SimpleLinkSockEventHandler()