Home
last modified time | relevance | path

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

/dports/net/libngtcp2/ngtcp2-224bd62/examples/
H A Dh09client.h163 size_t nkey_update_; variable
H A Dclient.h157 size_t nkey_update_; variable
H A Dperfserver.h150 size_t nkey_update_; variable
H A Dh09server.h169 size_t nkey_update_; variable
H A Dserver.h188 size_t nkey_update_; variable
H A Dh09client.cc234 nkey_update_(0),
1304 ++nkey_update_; in update_key()
1316 std::cerr << "application_traffic rx secret " << nkey_update_ << std::endl; in update_key()
1319 std::cerr << "application_traffic tx secret " << nkey_update_ << std::endl; in update_key()
H A Dclient.cc233 nkey_update_(0),
1384 ++nkey_update_; in update_key()
1396 std::cerr << "application_traffic rx secret " << nkey_update_ << std::endl; in update_key()
1399 std::cerr << "application_traffic tx secret " << nkey_update_ << std::endl; in update_key()
H A Dperfserver.cc170 nkey_update_(0),
1001 ++nkey_update_; in update_key()
1013 std::cerr << "application_traffic rx secret " << nkey_update_ << std::endl; in update_key()
1016 std::cerr << "application_traffic tx secret " << nkey_update_ << std::endl; in update_key()
H A Dh09server.cc395 nkey_update_(0),
1274 ++nkey_update_; in update_key()
1286 std::cerr << "application_traffic rx secret " << nkey_update_ << std::endl; in update_key()
1289 std::cerr << "application_traffic tx secret " << nkey_update_ << std::endl; in update_key()
H A Dserver.cc646 nkey_update_(0),
1931 ++nkey_update_; in update_key()
1943 std::cerr << "application_traffic rx secret " << nkey_update_ << std::endl; in update_key()
1946 std::cerr << "application_traffic tx secret " << nkey_update_ << std::endl; in update_key()