Searched refs:szLocalIP (Results 1 – 3 of 3) sorted by relevance
58 RtpDt_UChar szLocalIP[] = "2600:380:44da:2f25:0:16:649e:b401"; in TEST_F() local60 (RtpDt_UInt32)(strlen(reinterpret_cast<const RtpDt_Char*>(szLocalIP)) + 1), in TEST_F()61 reinterpret_cast<RtpDt_UChar*>(szLocalIP)); in TEST_F()
294 GLOBAL eRtp_Bool IMS_RtpSvc_CreateSession(IN RtpDt_Char* szLocalIP, IN RtpDt_UInt32 port, in IMS_RtpSvc_CreateSession() argument297 if (g_pobjRtpStack == nullptr || szLocalIP == nullptr) in IMS_RtpSvc_CreateSession()310 RtpDt_UInt32 uiIpLen = strlen(szLocalIP) + 1; in IMS_RtpSvc_CreateSession()312 memcpy(pcIpAddr, szLocalIP, uiIpLen); in IMS_RtpSvc_CreateSession()330 pobjRtcpConfigInfo, reinterpret_cast<RtpDt_UChar*>(szLocalIP), strlen(szLocalIP) + 1); in IMS_RtpSvc_CreateSession()
76 GLOBAL eRtp_Bool IMS_RtpSvc_CreateSession(IN RtpDt_Char* szLocalIP, IN RtpDt_UInt32 port,