Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/demos/http3/
H A Dossl-nghttp3-demo-server.c43 #define CLIENTUNIOPEN 0x01 /* unidirectional open by the client (2, 6 and 10) */ macro
243 (unsigned long long)ssl_ids[i].id, ssl_ids[i].status, CLIENTUNIOPEN | CLIENTCLOSED); in are_all_clientid_closed()
244 if (ssl_ids[i].status & CLIENTUNIOPEN) { in are_all_clientid_closed()
604 set_id_status(new_id, CLIENTUNIOPEN, h3ssl); in read_from_ssl_ids()
708 if (status & CLIENTUNIOPEN) { in read_from_ssl_ids()