Home
last modified time | relevance | path

Searched refs:remote_cand (Results 1 – 5 of 5) sorted by relevance

/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libjuice/src/
H A Djuice.c119 ice_candidate_t local_cand, remote_cand; in juice_get_selected_candidates() local
120 if (agent_get_selected_candidate_pair(agent, &local_cand, &remote_cand)) in juice_get_selected_candidates()
126 if (remote_size && ice_generate_candidate_sdp(&remote_cand, remote, remote_size) < 0) in juice_get_selected_candidates()
137 ice_candidate_t local_cand, remote_cand; in juice_get_selected_addresses() local
138 if (agent_get_selected_candidate_pair(agent, &local_cand, &remote_cand)) in juice_get_selected_addresses()
144 if (remote_size && addr_record_to_string(&remote_cand.resolved, remote, remote_size) < 0) in juice_get_selected_addresses()
/dports/net-im/libnice-gst1/libnice-0.1.18/tests/
H A Dtest-drop-invalid.c420 NiceCandidate *remote_cand = NULL; in run_full_test() local
424 &remote_cand)); in run_full_test()
426 g_assert (remote_cand); in run_full_test()
429 nice_socket_send (tmpsock, &remote_cand->addr, 4, "ABCD"); in run_full_test()
/dports/net-im/libnice/libnice-0.1.18/tests/
H A Dtest-drop-invalid.c420 NiceCandidate *remote_cand = NULL; in run_full_test() local
424 &remote_cand)); in run_full_test()
426 g_assert (remote_cand); in run_full_test()
429 nice_socket_send (tmpsock, &remote_cand->addr, 4, "ABCD"); in run_full_test()
/dports/net-im/libnice/libnice-0.1.18/agent/
H A Dconncheck.c67 …iceStream *stream, NiceComponent *component, NiceSocket *local_socket, NiceCandidate *remote_cand);
3087 …NiceStream *stream, NiceComponent *component, NiceSocket *local_socket, NiceCandidate *remote_cand) in priv_schedule_triggered_check() argument
3093 g_assert (remote_cand != NULL); in priv_schedule_triggered_check()
3096 "and remote cand=%p.", agent, local_socket, remote_cand); in priv_schedule_triggered_check()
3101 p->remote == remote_cand && in priv_schedule_triggered_check()
3186 component, local, remote_cand, NICE_CHECK_WAITING); in priv_schedule_triggered_check()
3192 …Agent %p : Didn't find a matching pair for triggered check (remote-cand=%p).", agent, remote_cand); in priv_schedule_triggered_check()
/dports/net-im/libnice-gst1/libnice-0.1.18/agent/
H A Dconncheck.c67 …iceStream *stream, NiceComponent *component, NiceSocket *local_socket, NiceCandidate *remote_cand);
3087 …NiceStream *stream, NiceComponent *component, NiceSocket *local_socket, NiceCandidate *remote_cand) in priv_schedule_triggered_check() argument
3093 g_assert (remote_cand != NULL); in priv_schedule_triggered_check()
3096 "and remote cand=%p.", agent, local_socket, remote_cand); in priv_schedule_triggered_check()
3101 p->remote == remote_cand && in priv_schedule_triggered_check()
3186 component, local, remote_cand, NICE_CHECK_WAITING); in priv_schedule_triggered_check()
3192 …Agent %p : Didn't find a matching pair for triggered check (remote-cand=%p).", agent, remote_cand); in priv_schedule_triggered_check()