Searched refs:rpc_call_id (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/rpc_client/
H A Dcli_pipe.c515 static BOOL create_rpc_bind_req(prs_struct *rpc_out, BOOL do_auth, uint32 rpc_call_id, argument
570 init_rpc_hdr(&hdr, RPC_BIND, 0x0, rpc_call_id,
613 uint32 rpc_call_id,
665 init_rpc_hdr(&hdr, RPC_BINDRESP, 0x0, rpc_call_id,
995 static BOOL rpc_send_auth_reply(struct cli_state *cli, prs_struct *rdata, uint32 rpc_call_id) argument
1031 cli->ntlmssp_cli_flgs, rpc_call_id,
1089 uint32 rpc_call_id; local
1105 rpc_call_id = get_rpc_call_id();
1108 create_rpc_bind_req(&rpc_out, do_auth, rpc_call_id,
1142 if (do_auth && !rpc_send_auth_reply(cli, &rdata, rpc_call_id)) {
610 create_rpc_bind_resp(struct pwd_info *pwd, char *domain, char *user_name, char *my_name, uint32 ntlmssp_cli_flgs, uint32 rpc_call_id, prs_struct *rpc_out) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/rpc_client/
H A Dcli_pipe.c515 static BOOL create_rpc_bind_req(prs_struct *rpc_out, BOOL do_auth, uint32 rpc_call_id, argument
570 init_rpc_hdr(&hdr, RPC_BIND, 0x0, rpc_call_id,
613 uint32 rpc_call_id,
665 init_rpc_hdr(&hdr, RPC_BINDRESP, 0x0, rpc_call_id,
995 static BOOL rpc_send_auth_reply(struct cli_state *cli, prs_struct *rdata, uint32 rpc_call_id) argument
1031 cli->ntlmssp_cli_flgs, rpc_call_id,
1089 uint32 rpc_call_id; local
1105 rpc_call_id = get_rpc_call_id();
1108 create_rpc_bind_req(&rpc_out, do_auth, rpc_call_id,
1142 if (do_auth && !rpc_send_auth_reply(cli, &rdata, rpc_call_id)) {
610 create_rpc_bind_resp(struct pwd_info *pwd, char *domain, char *user_name, char *my_name, uint32 ntlmssp_cli_flgs, uint32 rpc_call_id, prs_struct *rpc_out) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/rpc_client/
H A Dcli_pipe.c515 static BOOL create_rpc_bind_req(prs_struct *rpc_out, BOOL do_auth, uint32 rpc_call_id, argument
570 init_rpc_hdr(&hdr, RPC_BIND, 0x0, rpc_call_id,
613 uint32 rpc_call_id,
665 init_rpc_hdr(&hdr, RPC_BINDRESP, 0x0, rpc_call_id,
995 static BOOL rpc_send_auth_reply(struct cli_state *cli, prs_struct *rdata, uint32 rpc_call_id) argument
1031 cli->ntlmssp_cli_flgs, rpc_call_id,
1089 uint32 rpc_call_id; local
1105 rpc_call_id = get_rpc_call_id();
1108 create_rpc_bind_req(&rpc_out, do_auth, rpc_call_id,
1142 if (do_auth && !rpc_send_auth_reply(cli, &rdata, rpc_call_id)) {
610 create_rpc_bind_resp(struct pwd_info *pwd, char *domain, char *user_name, char *my_name, uint32 ntlmssp_cli_flgs, uint32 rpc_call_id, prs_struct *rpc_out) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.0.25b/source/rpc_client/
H A Dcli_pipe.c1095 uint32 rpc_call_id,
1128 init_rpc_hdr(&hdr, pkt_type, RPC_FLG_FIRST|RPC_FLG_LAST, rpc_call_id, frag_len, auth_len);
1177 uint32 rpc_call_id,
1232 rpc_call_id,
1713 uint32 rpc_call_id,
1724 init_rpc_hdr(&hdr, RPC_AUTH3, RPC_FLG_FIRST|RPC_FLG_LAST, rpc_call_id,
1774 uint32 rpc_call_id,
1814 nt_status = create_rpc_bind_auth3(cli, rpc_call_id,
1854 static NTSTATUS create_rpc_alter_context(uint32 rpc_call_id, argument
1880 rpc_call_id,
1093 create_bind_or_alt_ctx_internal(enum RPC_PKT_TYPE pkt_type, prs_struct *rpc_out, uint32 rpc_call_id, RPC_IFACE *abstract, RPC_IFACE *transfer, RPC_HDR_AUTH *phdr_auth, prs_struct *pauth_info) argument
1175 create_rpc_bind_req(struct rpc_pipe_client *cli, prs_struct *rpc_out, uint32 rpc_call_id, RPC_IFACE *abstract, RPC_IFACE *transfer, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level) argument
1712 create_rpc_bind_auth3(struct rpc_pipe_client *cli, uint32 rpc_call_id, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level, DATA_BLOB *pauth_blob, prs_struct *rpc_out) argument
1771 rpc_finish_auth3_bind(struct rpc_pipe_client *cli, RPC_HDR *phdr, prs_struct *rbuf, uint32 rpc_call_id, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level) argument
1894 rpc_finish_spnego_ntlmssp_bind(struct rpc_pipe_client *cli, RPC_HDR *phdr, prs_struct *rbuf, uint32 rpc_call_id, RPC_IFACE *abstract, RPC_IFACE *transfer, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level) argument
2037 uint32 rpc_call_id; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.0.25b/source/rpc_client/
H A Dcli_pipe.c1095 uint32 rpc_call_id,
1128 init_rpc_hdr(&hdr, pkt_type, RPC_FLG_FIRST|RPC_FLG_LAST, rpc_call_id, frag_len, auth_len);
1177 uint32 rpc_call_id,
1232 rpc_call_id,
1713 uint32 rpc_call_id,
1724 init_rpc_hdr(&hdr, RPC_AUTH3, RPC_FLG_FIRST|RPC_FLG_LAST, rpc_call_id,
1774 uint32 rpc_call_id,
1814 nt_status = create_rpc_bind_auth3(cli, rpc_call_id,
1854 static NTSTATUS create_rpc_alter_context(uint32 rpc_call_id, argument
1880 rpc_call_id,
1093 create_bind_or_alt_ctx_internal(enum RPC_PKT_TYPE pkt_type, prs_struct *rpc_out, uint32 rpc_call_id, RPC_IFACE *abstract, RPC_IFACE *transfer, RPC_HDR_AUTH *phdr_auth, prs_struct *pauth_info) argument
1175 create_rpc_bind_req(struct rpc_pipe_client *cli, prs_struct *rpc_out, uint32 rpc_call_id, RPC_IFACE *abstract, RPC_IFACE *transfer, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level) argument
1712 create_rpc_bind_auth3(struct rpc_pipe_client *cli, uint32 rpc_call_id, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level, DATA_BLOB *pauth_blob, prs_struct *rpc_out) argument
1771 rpc_finish_auth3_bind(struct rpc_pipe_client *cli, RPC_HDR *phdr, prs_struct *rbuf, uint32 rpc_call_id, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level) argument
1894 rpc_finish_spnego_ntlmssp_bind(struct rpc_pipe_client *cli, RPC_HDR *phdr, prs_struct *rbuf, uint32 rpc_call_id, RPC_IFACE *abstract, RPC_IFACE *transfer, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level) argument
2037 uint32 rpc_call_id; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.0.25b/source/rpc_client/
H A Dcli_pipe.c1095 uint32 rpc_call_id,
1128 init_rpc_hdr(&hdr, pkt_type, RPC_FLG_FIRST|RPC_FLG_LAST, rpc_call_id, frag_len, auth_len);
1177 uint32 rpc_call_id,
1232 rpc_call_id,
1713 uint32 rpc_call_id,
1724 init_rpc_hdr(&hdr, RPC_AUTH3, RPC_FLG_FIRST|RPC_FLG_LAST, rpc_call_id,
1774 uint32 rpc_call_id,
1814 nt_status = create_rpc_bind_auth3(cli, rpc_call_id,
1854 static NTSTATUS create_rpc_alter_context(uint32 rpc_call_id, argument
1880 rpc_call_id,
1093 create_bind_or_alt_ctx_internal(enum RPC_PKT_TYPE pkt_type, prs_struct *rpc_out, uint32 rpc_call_id, RPC_IFACE *abstract, RPC_IFACE *transfer, RPC_HDR_AUTH *phdr_auth, prs_struct *pauth_info) argument
1175 create_rpc_bind_req(struct rpc_pipe_client *cli, prs_struct *rpc_out, uint32 rpc_call_id, RPC_IFACE *abstract, RPC_IFACE *transfer, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level) argument
1712 create_rpc_bind_auth3(struct rpc_pipe_client *cli, uint32 rpc_call_id, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level, DATA_BLOB *pauth_blob, prs_struct *rpc_out) argument
1771 rpc_finish_auth3_bind(struct rpc_pipe_client *cli, RPC_HDR *phdr, prs_struct *rbuf, uint32 rpc_call_id, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level) argument
1894 rpc_finish_spnego_ntlmssp_bind(struct rpc_pipe_client *cli, RPC_HDR *phdr, prs_struct *rbuf, uint32 rpc_call_id, RPC_IFACE *abstract, RPC_IFACE *transfer, enum pipe_auth_type auth_type, enum pipe_auth_level auth_level) argument
2037 uint32 rpc_call_id; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/rpc_client/
H A Dcli_pipe.c1767 uint32 rpc_call_id,
1800 init_rpc_hdr(&hdr, pkt_type, DCERPC_PFC_FLAG_FIRST|DCERPC_PFC_FLAG_LAST, rpc_call_id, frag_len, auth_len);
1849 uint32 rpc_call_id,
1906 rpc_call_id,
2496 uint32 rpc_call_id,
2507 init_rpc_hdr(&hdr, DCERPC_PKT_AUTH3, DCERPC_PFC_FLAG_FIRST|DCERPC_PFC_FLAG_LAST, rpc_call_id,
2555 static NTSTATUS create_rpc_alter_context(uint32 rpc_call_id, argument
2582 rpc_call_id,
2599 uint32_t rpc_call_id; member in struct:rpc_pipe_bind_state
2641 state->rpc_call_id
1765 create_bind_or_alt_ctx_internal(enum dcerpc_pkt_type pkt_type, prs_struct *rpc_out, uint32 rpc_call_id, const struct ndr_syntax_id *abstract, const struct ndr_syntax_id *transfer, RPC_HDR_AUTH *phdr_auth, prs_struct *pauth_info) argument
1847 create_rpc_bind_req(struct rpc_pipe_client *cli, prs_struct *rpc_out, uint32 rpc_call_id, const struct ndr_syntax_id *abstract, const struct ndr_syntax_id *transfer, enum pipe_auth_type auth_type, enum dcerpc_AuthLevel auth_level) argument
2495 create_rpc_bind_auth3(struct rpc_pipe_client *cli, uint32 rpc_call_id, enum pipe_auth_type auth_type, enum dcerpc_AuthLevel auth_level, DATA_BLOB *pauth_blob, prs_struct *rpc_out) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/rpc_client/
H A Dcli_pipe.c1767 uint32 rpc_call_id,
1800 init_rpc_hdr(&hdr, pkt_type, DCERPC_PFC_FLAG_FIRST|DCERPC_PFC_FLAG_LAST, rpc_call_id, frag_len, auth_len);
1849 uint32 rpc_call_id,
1906 rpc_call_id,
2496 uint32 rpc_call_id,
2507 init_rpc_hdr(&hdr, DCERPC_PKT_AUTH3, DCERPC_PFC_FLAG_FIRST|DCERPC_PFC_FLAG_LAST, rpc_call_id,
2555 static NTSTATUS create_rpc_alter_context(uint32 rpc_call_id, argument
2582 rpc_call_id,
2599 uint32_t rpc_call_id; member in struct:rpc_pipe_bind_state
2641 state->rpc_call_id
1765 create_bind_or_alt_ctx_internal(enum dcerpc_pkt_type pkt_type, prs_struct *rpc_out, uint32 rpc_call_id, const struct ndr_syntax_id *abstract, const struct ndr_syntax_id *transfer, RPC_HDR_AUTH *phdr_auth, prs_struct *pauth_info) argument
1847 create_rpc_bind_req(struct rpc_pipe_client *cli, prs_struct *rpc_out, uint32 rpc_call_id, const struct ndr_syntax_id *abstract, const struct ndr_syntax_id *transfer, enum pipe_auth_type auth_type, enum dcerpc_AuthLevel auth_level) argument
2495 create_rpc_bind_auth3(struct rpc_pipe_client *cli, uint32 rpc_call_id, enum pipe_auth_type auth_type, enum dcerpc_AuthLevel auth_level, DATA_BLOB *pauth_blob, prs_struct *rpc_out) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/rpc_client/
H A Dcli_pipe.c1767 uint32 rpc_call_id,
1800 init_rpc_hdr(&hdr, pkt_type, DCERPC_PFC_FLAG_FIRST|DCERPC_PFC_FLAG_LAST, rpc_call_id, frag_len, auth_len);
1849 uint32 rpc_call_id,
1906 rpc_call_id,
2496 uint32 rpc_call_id,
2507 init_rpc_hdr(&hdr, DCERPC_PKT_AUTH3, DCERPC_PFC_FLAG_FIRST|DCERPC_PFC_FLAG_LAST, rpc_call_id,
2555 static NTSTATUS create_rpc_alter_context(uint32 rpc_call_id, argument
2582 rpc_call_id,
2599 uint32_t rpc_call_id; member in struct:rpc_pipe_bind_state
2641 state->rpc_call_id
1765 create_bind_or_alt_ctx_internal(enum dcerpc_pkt_type pkt_type, prs_struct *rpc_out, uint32 rpc_call_id, const struct ndr_syntax_id *abstract, const struct ndr_syntax_id *transfer, RPC_HDR_AUTH *phdr_auth, prs_struct *pauth_info) argument
1847 create_rpc_bind_req(struct rpc_pipe_client *cli, prs_struct *rpc_out, uint32 rpc_call_id, const struct ndr_syntax_id *abstract, const struct ndr_syntax_id *transfer, enum pipe_auth_type auth_type, enum dcerpc_AuthLevel auth_level) argument
2495 create_rpc_bind_auth3(struct rpc_pipe_client *cli, uint32 rpc_call_id, enum pipe_auth_type auth_type, enum dcerpc_AuthLevel auth_level, DATA_BLOB *pauth_blob, prs_struct *rpc_out) argument
[all...]

Completed in 267 milliseconds