Home
last modified time | relevance | path

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

/dports/net/libngtcp2/ngtcp2-224bd62/tests/
H A Dngtcp2_conv_test.c166 CU_ASSERT(0 == ngtcp2_nth_server_uni_id(0)); in test_ngtcp2_nth_server_uni_id()
167 CU_ASSERT(3 == ngtcp2_nth_server_uni_id(1)); in test_ngtcp2_nth_server_uni_id()
168 CU_ASSERT(7 == ngtcp2_nth_server_uni_id(2)); in test_ngtcp2_nth_server_uni_id()
169 CU_ASSERT(11 == ngtcp2_nth_server_uni_id(3)); in test_ngtcp2_nth_server_uni_id()
/dports/net/libngtcp2/ngtcp2-224bd62/lib/
H A Dngtcp2_conv.h270 int64_t ngtcp2_nth_server_uni_id(uint64_t n);
H A Dngtcp2_conv.c231 int64_t ngtcp2_nth_server_uni_id(uint64_t n) { in ngtcp2_nth_server_uni_id() function