Home
last modified time | relevance | path

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

/dports/net/rdesktop/rdesktop-1.9.0/tests/
H A Dmppc_mock.c5 mppc_expand(uint8 * data, uint32 clen, uint8 ctype, uint32 * roff, uint32 * rlen) in mppc_expand() function
/dports/net/rdesktop/rdesktop-1.9.0/
H A Drdp5.c109 if (mppc_expand(buf, length, ctype, &roff, &rlen) == -1) in process_ts_fp_updates()
H A Dmppc.c58 mppc_expand(uint8 * data, uint32 clen, uint8 ctype, uint32 * roff, uint32 * rlen) in mppc_expand() function
H A Dproto.h83 int mppc_expand(uint8 * data, uint32 clen, uint8 ctype, uint32 * roff, uint32 * rlen);
H A Drdp.c1780 if (mppc_expand(buf, clen, ctype, &roff, &rlen) == -1) in process_data_pdu()