Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c1810 bool have_self_cid; in tls_opt_dtls_connection_id_status_get() local
1830 have_self_cid = (context->options.dtls_cid.cid_len != 0); in tls_opt_dtls_connection_id_status_get()
1835 } else if (have_self_cid && have_peer_cid) { in tls_opt_dtls_connection_id_status_get()
1837 } else if (have_self_cid) { in tls_opt_dtls_connection_id_status_get()