Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/sockets/
Dsockets_tls.c1811 bool have_peer_cid; in tls_opt_dtls_connection_id_status_get() local
1831 have_peer_cid = (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()
1839 } else if (have_peer_cid) { in tls_opt_dtls_connection_id_status_get()