Home
last modified time | relevance | path

Searched refs:juice_get_selected_addresses (Results 1 – 7 of 7) sorted by relevance

/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libjuice/test/
H A Dbind.c133 if (success &= (juice_get_selected_addresses(agent1, localAddr, JUICE_MAX_ADDRESS_STRING_LEN, in test_bind()
138 if (success &= (juice_get_selected_addresses(agent2, localAddr, JUICE_MAX_ADDRESS_STRING_LEN, in test_bind()
H A Dnotrickle.c123 if (success &= (juice_get_selected_addresses(agent1, localAddr, JUICE_MAX_ADDRESS_STRING_LEN, in test_notrickle()
131 if (success &= (juice_get_selected_addresses(agent2, localAddr, JUICE_MAX_ADDRESS_STRING_LEN, in test_notrickle()
H A Dturn.c143 if (success &= (juice_get_selected_addresses(agent1, localAddr, JUICE_MAX_ADDRESS_STRING_LEN, in test_turn()
148 if (success &= (juice_get_selected_addresses(agent2, localAddr, JUICE_MAX_ADDRESS_STRING_LEN, in test_turn()
H A Dconnectivity.c160 if (success &= (juice_get_selected_addresses(agent1, localAddr, JUICE_MAX_ADDRESS_STRING_LEN, in test_connectivity()
165 if (success &= (juice_get_selected_addresses(agent2, localAddr, JUICE_MAX_ADDRESS_STRING_LEN, in test_connectivity()
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libjuice/include/juice/
H A Djuice.h111 JUICE_EXPORT int juice_get_selected_addresses(juice_agent_t *agent, char *local, size_t local_size,
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libjuice/src/
H A Djuice.c132 JUICE_EXPORT int juice_get_selected_addresses(juice_agent_t *agent, char *local, size_t local_size, in juice_get_selected_addresses() function
/dports/www/libdatachannel/libdatachannel-0.16.1/src/impl/
H A Dicetransport.cpp207 if (juice_get_selected_addresses(mAgent.get(), str, JUICE_MAX_ADDRESS_STRING_LEN, NULL, 0) == in getLocalAddress()
215 if (juice_get_selected_addresses(mAgent.get(), NULL, 0, str, JUICE_MAX_ADDRESS_STRING_LEN) == in getRemoteAddress()