Home
last modified time | relevance | path

Searched refs:max_handshake_sessions (Results 1 – 4 of 4) sorted by relevance

/third_party/libcoap/include/coap3/
Dcoap_net_internal.h121 unsigned int max_handshake_sessions; /**< Maximum number of simultaneous member
Dnet.h316 unsigned int max_handshake_sessions);
/third_party/libcoap/src/
Dcoap_session.c686 if (num_hs > (endpoint->context->max_handshake_sessions ? in coap_endpoint_get_session()
687 endpoint->context->max_handshake_sessions : in coap_endpoint_get_session()
Dnet.c464 unsigned int max_handshake_sessions) { in coap_context_set_max_handshake_sessions() argument
465 context->max_handshake_sessions = max_handshake_sessions; in coap_context_set_max_handshake_sessions()
470 return context->max_handshake_sessions; in coap_context_get_max_handshake_sessions()