Home
last modified time | relevance | path

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

/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_rtp.c260 char *luser_ice; member
913 return strcmp(them, ice->luser_ice); in icecmp()
4854 char luser_ice[SDP_UFRAG_MAX_SIZE]; in switch_rtp_activate_ice() local
4876 switch_snprintf(luser_ice, sizeof(user_ice), "%s%s", rlogin, login); in switch_rtp_activate_ice()
4886 ice->luser_ice = switch_core_strdup(rtp_session->pool, luser_ice); in switch_rtp_activate_ice()