Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/librtmp/
H A Dhandshake.h709 uint8_t clientbuf[RTMP_SIG_SIZE + 4], *clientsig=clientbuf+4; in HandShake() local
H A Drtmp.c3750 char clientbuf[RTMP_SIG_SIZE + 1], *clientsig = clientbuf + 1; in HandShake() local
3753 clientbuf[0] = 0x03; /* not encrypted */ in HandShake()
3768 if (!WriteN(r, clientbuf, RTMP_SIG_SIZE + 1)) in HandShake()
3776 if (type != clientbuf[0]) in HandShake()
3778 __FUNCTION__, clientbuf[0], type); in HandShake()