Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Dtox_many_tcp_test.c74 uint16_t first_port = tox_self_get_udp_port(toxes[0], nullptr); in START_TEST()
168 uint16_t first_port = tox_self_get_udp_port(toxes[0], nullptr); in START_TEST()
H A Dfriend_request_test.c42 const uint16_t dht_port = tox_self_get_udp_port(tox1, nullptr); in test_friend_request()
H A Dset_name_test.c48 const uint16_t dht_port = tox_self_get_udp_port(tox1, nullptr); in test_set_name()
H A Dset_status_message_test.c50 const uint16_t dht_port = tox_self_get_udp_port(tox1, nullptr); in test_set_status_message()
H A Dtox_many_test.c80 const uint16_t dht_port = tox_self_get_udp_port(toxes[pairs[i].tox1], nullptr); in test_many_clients()
H A Dsave_friend_test.c62 const uint16_t dht_port = tox_self_get_udp_port(tox1, nullptr); in main()
H A Drun_auto_test.h112 const uint16_t dht_port = tox_self_get_udp_port(toxes[0], nullptr); in run_auto_test()
H A Dsave_load_test.c133 const uint16_t dht_port = tox_self_get_udp_port(tox1, nullptr); in test_few_clients()
H A Dconference_simple_test.c134 const uint16_t dht_port = tox_self_get_udp_port(tox1, nullptr); in main()
H A Dtoxav_many_test.c176 const uint16_t dht_port = tox_self_get_udp_port(bootstrap, nullptr); in test_av_three_calls()
H A Dfile_transfer_test.c180 uint16_t dhtPort = tox_self_get_udp_port(tox1, nullptr); in file_transfer_test()
H A Dtoxav_basic_test.c189 const uint16_t dht_port = tox_self_get_udp_port(bootstrap, nullptr); in test_av_flows()
/dports/net-im/tox/c-toxcore-0.2.13/testing/
H A Drandom_testing.cc201 const uint16_t dht_port = tox_self_get_udp_port(toxes.front().tox(), nullptr); in make_toxes()
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dtox.h3205 uint16_t tox_self_get_udp_port(const Tox *tox, TOX_ERR_GET_PORT *error);
H A Dtox.c2409 uint16_t tox_self_get_udp_port(const Tox *tox, Tox_Err_Get_Port *error) in tox_self_get_udp_port() function