Home
last modified time | relevance | path

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

/dports/net/mediastreamer/mediastreamer-2.16.1/src/voip/
H A Dice.c947 if (rtptp) { in ice_check_list_gather_candidates()
972 rtptp=NULL; in ice_check_list_gather_candidates()
974 if (rtptp) { in ice_check_list_gather_candidates()
1010 if (rtptp) { in ice_check_list_deallocate_turn_candidate()
1245 request->rtptp = rtptp; in ice_stun_server_request_new()
1440 RtpTransport *rtptp; in ice_send_binding_request() local
1628 if (!rtptp) return; in ice_send_binding_response()
1680 RtpTransport* rtptp; in ice_send_error_response() local
1693 if (!rtptp) return; in ice_send_error_response()
1725 RtpTransport *rtptp; in ice_send_indication() local
[all …]
H A Dstun.c1440 MSTurnContext *context = (MSTurnContext *)rtptp->data; in ms_turn_rtp_endpoint_recvfrom()
1585 ms_free(rtptp); in ms_turn_rtp_endpoint_destroy()
1589 RtpTransport *rtptp = ms_new0(RtpTransport, 1); in ms_turn_context_create_endpoint() local
1590 rtptp->t_getsocket = NULL; in ms_turn_context_create_endpoint()
1591 rtptp->t_recvfrom = ms_turn_rtp_endpoint_recvfrom; in ms_turn_context_create_endpoint()
1592 rtptp->t_sendto = ms_turn_rtp_endpoint_sendto; in ms_turn_context_create_endpoint()
1593 rtptp->t_close = ms_turn_rtp_endpoint_close; in ms_turn_context_create_endpoint()
1594 rtptp->t_destroy = ms_turn_rtp_endpoint_destroy; in ms_turn_context_create_endpoint()
1595 rtptp->data = context; in ms_turn_context_create_endpoint()
1596 context->endpoint = rtptp; in ms_turn_context_create_endpoint()
[all …]
/dports/net/mediastreamer/mediastreamer-2.16.1/include/mediastreamer2/
H A Dice.h141 RtpTransport *rtptp; member