Home
last modified time | relevance | path

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

/dports/net-im/tox/c-toxcore-0.2.13/auto_tests/
H A Ddht_test.c125 test_ipp.port = random_u32() % TOX_PORT_DEFAULT; in test_addto_lists_update()
325 Networking_Core *net = new_networking(log, ip, TOX_PORT_DEFAULT); in test_addto_lists()
333 ip_port.port = TOX_PORT_DEFAULT; in test_addto_lists()
409 #define DHT_DEFAULT_PORT (TOX_PORT_DEFAULT + 1000)
/dports/net-im/tox/c-toxcore-0.2.13/toxcore/
H A Dnetwork.h120 #define TOX_PORT_DEFAULT TOX_PORTRANGE_FROM macro
H A Dfriend_connection.c891 lan_discovery_send(net_htons(TOX_PORT_DEFAULT), fr_c->dht); in lan_discovery()