Home
last modified time | relevance | path

Searched refs:rpcconn_request_hdr_t (Results 1 – 3 of 3) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/libfreerdp/core/gateway/
H A Drpc.h503 } rpcconn_request_hdr_t; typedef
539 rpcconn_request_hdr_t request;
H A Drts.c298 rpcconn_request_hdr_t* hdr = (rpcconn_request_hdr_t*)header; in rts_read_auth_verifier_with_stub()
955 static BOOL rts_read_pdu_request(wStream* s, rpcconn_request_hdr_t* ctx) in rts_read_pdu_request()
960 if (Stream_GetRemainingLength(s) < sizeof(rpcconn_request_hdr_t) - sizeof(rpcconn_common_hdr_t)) in rts_read_pdu_request()
971 static void rts_free_pdu_request(rpcconn_request_hdr_t* ctx) in rts_free_pdu_request()
H A Drpc_client.c953 rpcconn_request_hdr_t request_pdu = { 0 }; in rpc_client_write_call()