Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/testing/
H A DDHT_test.c50 printf("routes_requests_ok: %u\n", h->routes_requests_ok); in print_hardening()
/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Ddht_test.c38 ipptp->hardening.routes_requests_ok = 0; in mark_bad()
46 ipptp->hardening.routes_requests_ok = 0; in mark_possible_bad()
54 ipptp->hardening.routes_requests_ok = (HARDENING_ALL_OK >> 0) & 1; in mark_good()
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A DDHT.h89 uint8_t routes_requests_ok; member
H A DDHT.c785 return h->routes_requests_ok + (h->send_nodes_ok << 1) + (h->testing_requests << 2); in hardening_correct()