Home
last modified time | relevance | path

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

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/gateway/
H A Drts.h85 FREERDP_LOCAL BOOL rts_write_pdu_bind(wStream* s, const rpcconn_bind_hdr_t* bind);
H A Drpc.h353 } rpcconn_bind_hdr_t; typedef
532 rpcconn_bind_hdr_t bind;
H A Drpc_bind.c116 rpcconn_bind_hdr_t bind_pdu = { 0 }; in rpc_send_bind_pdu()
H A Drts.c795 static BOOL rts_read_pdu_bind(wStream* s, rpcconn_bind_hdr_t* ctx) in rts_read_pdu_bind()
800 if (Stream_GetRemainingLength(s) < sizeof(rpcconn_bind_hdr_t) - sizeof(rpcconn_common_hdr_t)) in rts_read_pdu_bind()
815 static void rts_free_pdu_bind(rpcconn_bind_hdr_t* ctx) in rts_free_pdu_bind()
2181 BOOL rts_write_pdu_bind(wStream* s, const rpcconn_bind_hdr_t* bind) in rts_write_pdu_bind()