Header file for selftest.c.
More...
Go to the source code of this file.
Header file for selftest.c.
Definition in file selftest.h.
◆ router_all_orports_seem_reachable
#define router_all_orports_seem_reachable |
( |
|
opts | ) |
((void)(opts), 0) |
◆ router_dirport_seems_reachable
#define router_dirport_seems_reachable |
( |
|
opts | ) |
((void)(opts), 0) |
◆ router_orport_found_reachable
#define router_orport_found_reachable |
( |
| ) |
STMT_NIL |
◆ router_orport_seems_reachable
#define router_orport_seems_reachable |
( |
|
opts, |
|
|
|
fam |
|
) |
| ((void)(opts), (void)(fam), 0) |
◆ router_reset_reachability
#define router_reset_reachability |
( |
|
void | ) |
STMT_NIL |
◆ inform_testing_reachability()
static int inform_testing_reachability |
( |
const tor_addr_t * |
addr, |
|
|
uint16_t |
port |
|
) |
| |
|
inlinestatic |
◆ router_do_reachability_checks()
static void router_do_reachability_checks |
( |
void |
| ) |
|
|
inlinestatic |
◆ router_perform_bandwidth_test()
static void router_perform_bandwidth_test |
( |
int |
num_circs, |
|
|
time_t |
now |
|
) |
| |
|
inlinestatic |