Home
last modified time | relevance | path

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

/dports/net/radsecproxy/radsecproxy-1.8.2/
H A Dtls.c168 server->lostrqs = 0; in tlsconnect()
348 …if (SSL_get_shutdown(server->ssl) || (server->lostrqs && server->conf->statusserver!=RSP_STATSRV_O… in tlsclientrd()
351 else if (server->lostrqs) in tlsclientrd()
H A Dradsecproxy.c1106 if (!server->servers->lostrqs) in choosesrvconf()
1112 if (server->servers->lostrqs < best->servers->lostrqs) in choosesrvconf()
1115 if (best && best->servers->lostrqs == MAX_LOSTRQS) in choosesrvconf()
1118 ((struct clsrvconf *)entry->data)->servers->lostrqs--; in choosesrvconf()
1397 server->lostrqs = 0; in replyh()
1695 if (server->lostrqs < MAX_LOSTRQS) in clientwr()
1696 server->lostrqs++; in clientwr()
1706 if (server->lostrqs < MAX_LOSTRQS) in clientwr()
1707 server->lostrqs++; in clientwr()
1721 if (server->lostrqs < MAX_LOSTRQS) in clientwr()
[all …]
H A Ddtls.c650 …if(SSL_get_shutdown(server->ssl) || (server->lostrqs && server->conf->statusserver!=RSP_STATSRV_OF…
653 else if (server->lostrqs)
656 server->lostrqs = 0;
H A Dradsecproxy.h203 uint8_t lostrqs; member
H A Dtcp.c122 server->lostrqs = 0; in tcpconnect()