OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rtcp
(Results
1 - 3
of
3
) sorted by null
/external/libvncserver/libvncserver/tightvnc-filetransfer/
rfbtightserver.c
43
rfbTightClientPtr
rtcp
= (rfbTightClientPtr)
local
46
if(
rtcp
== NULL) {
51
return
rtcp
;
110
rfbTightClientPtr
rtcp
= rfbGetTightClientData(cl);
local
114
if(
rtcp
== NULL)
130
for (i = 0; i <
rtcp
->nAuthCaps; i++) {
131
if (auth_type ==
rtcp
->authCaps[i])
134
if (i >=
rtcp
->nAuthCaps) {
186
rfbTightClientPtr
rtcp
= rfbGetTightClientData(cl);
local
190
if(
rtcp
== NULL
497
rfbTightClientPtr
rtcp
= (rfbTightClientPtr) malloc(sizeof(rfbTightClientRec));
local
[
all
...]
handlefiletransferrequest.c
338
HandleFileDownloadRequest(rfbClientPtr cl, rfbTightClientPtr
rtcp
)
377
if((n = rfbReadExact(cl,
rtcp
->rcft.rcfd.fName, msg.fdr.fNameSize)) <= 0) {
386
rtcp
->rcft.rcfd.fName[msg.fdr.fNameSize] = '\0';
388
if(ConvertPath(
rtcp
->rcft.rcfd.fName) == NULL) {
402
HandleFileDownload(cl,
rtcp
);
469
rfbTightClientPtr
rtcp
= rfbGetTightClientData(cl);
local
472
if(
rtcp
== NULL)
478
fileDownloadMsg = GetFileDownloadResponseMsgInBlocks(cl,
rtcp
);
488
CloseUndoneFileTransfer(cl,
rtcp
);
496
} while(
rtcp
->rcft.rcfd.downloadInProgress == TRUE)
[
all
...]
/external/srtp/include/
srtp.h
58
* @brief libSRTP provides functions for protecting RTP and
RTCP
. See
217
crypto_policy_t
rtcp
; /**< SRTCP crypto policy. */
member in struct:srtp_policy_t
244
*
RTCP
destination transport addresses, using the RTP/SAVP (Secure
457
* structure to the SRTP default policy for
RTCP
protection.
462
* crypto_policy_t at location p to the SRTP default policy for
RTCP
658
* structure to the appropriate value for
RTCP
based on an srtp_profile_t
663
* sets the crypto_policy_t at location policy to the policy for
RTCP
719
* @defgroup SRTCP Secure
RTCP
722
* @brief Secure
RTCP
functions are used to protect
RTCP
traffic
[
all
...]
Completed in 46 milliseconds