Home
last modified time | relevance | path

Searched refs:rpc_msg (Results 1 – 25 of 68) sorted by relevance

123

/titanic_41/usr/src/uts/common/rpc/
H A Drpc_msg.h153 struct rpc_msg { struct
174 extern bool_t xdr_callmsg(XDR *, struct rpc_msg *);
187 extern bool_t xdr_callhdr(XDR *, struct rpc_msg *);
208 extern bool_t xdr_replymsg(XDR *, struct rpc_msg *);
226 extern void _seterr_reply(struct rpc_msg *, struct rpc_err *);
238 extern void __seterr_reply(struct rpc_msg *, struct rpc_err *);
248 bool_t xdr_rpc_free_verifier(register XDR *xdrs, register struct rpc_msg *msg);
H A Dsvc_auth.h102 extern enum auth_stat sec_svc_msg(struct svc_req *, struct rpc_msg *,
111 extern enum auth_stat __gss_authenticate(struct svc_req *, struct rpc_msg *,
113 extern enum auth_stat __authenticate(struct svc_req *, struct rpc_msg *);
H A Dauth_sys.h121 extern enum auth_stat _svcauth_unix(struct svc_req *, struct rpc_msg *);
122 extern enum auth_stat _svcauth_short(struct svc_req *, struct rpc_msg *);
H A Drpc_prot.c141 xdr_replymsg(XDR *xdrs, struct rpc_msg *rmsg) in xdr_replymsg()
256 xdr_replymsg_hdr(XDR *xdrs, struct rpc_msg *rmsg) in xdr_replymsg_hdr()
305 xdr_replymsg_body(XDR *xdrs, struct rpc_msg *rmsg) in xdr_replymsg_body()
325 xdr_callhdr(XDR *xdrs, struct rpc_msg *cmsg) in xdr_callhdr()
396 _seterr_reply(struct rpc_msg *msg, struct rpc_err *error) in _seterr_reply()
439 xdr_rpc_free_verifier(XDR *xdrs, struct rpc_msg *msg) in xdr_rpc_free_verifier()
H A Dsvc.c1106 struct rpc_msg rply; in svc_sendreply()
1129 struct rpc_msg rply; in svcerr_noproc()
1150 struct rpc_msg rply; in svcerr_decode()
1166 struct rpc_msg rply; in svcerr_systemerr()
1182 struct rpc_msg rply; in svcerr_auth()
1207 struct rpc_msg rply; in svcerr_badcred()
1228 struct rpc_msg rply; in svcerr_noprog()
1250 struct rpc_msg rply; in svcerr_progvers()
1289 struct rpc_msg msg; in svc_getreq()
2820 struct rpc_msg *
[all …]
H A Dsvc_rdma.c106 static bool_t svc_rdma_krecv(SVCXPRT *, mblk_t *, struct rpc_msg *);
107 static bool_t svc_rdma_ksend(SVCXPRT *, struct rpc_msg *);
124 caddr_t, struct rpc_msg *, bool_t, int *,
128 caddr_t, rdma_buf_t *, XDR **, struct rpc_msg *,
132 struct rpc_msg *, bool_t, int);
442 svc_rdma_krecv(SVCXPRT *clone_xprt, mblk_t *mp, struct rpc_msg *msg) in svc_rdma_krecv()
640 struct rpc_msg *msg, bool_t has_args, int *msglen, in svc_process_long_reply()
776 struct rpc_msg *msg, bool_t has_args, uint_t *len) in svc_compose_rpcmsg()
820 svc_rdma_ksend(SVCXPRT * clone_xprt, struct rpc_msg *msg) in svc_rdma_ksend()
H A Dsvc_cots.c73 static bool_t svc_cots_krecv(SVCXPRT *, mblk_t *, struct rpc_msg *);
74 static bool_t svc_cots_ksend(SVCXPRT *, struct rpc_msg *);
349 svc_cots_krecv(SVCXPRT *clone_xprt, mblk_t *mp, struct rpc_msg *msg) in svc_cots_krecv()
405 svc_cots_ksend(SVCXPRT *clone_xprt, struct rpc_msg *msg) in svc_cots_ksend()
601 struct rpc_msg rply; in svc_cots_kgetres()
H A Dxdr.h599 struct rpc_msg;
600 extern bool_t xdr_callmsg(XDR *, struct rpc_msg *);
601 extern bool_t xdr_replymsg_body(XDR *, struct rpc_msg *);
602 extern bool_t xdr_replymsg_hdr(XDR *, struct rpc_msg *);
H A Dsvc_clts.c69 static bool_t svc_clts_krecv(SVCXPRT *, mblk_t *, struct rpc_msg *);
70 static bool_t svc_clts_ksend(SVCXPRT *, struct rpc_msg *);
267 svc_clts_krecv(SVCXPRT *clone_xprt, mblk_t *mp, struct rpc_msg *msg) in svc_clts_krecv()
423 svc_clts_ksend(SVCXPRT *clone_xprt, struct rpc_msg *msg) in svc_clts_ksend()
654 struct rpc_msg rply; in svc_clts_kgetres()
H A Dauth_des.h158 extern enum auth_stat _svcauth_des(struct svc_req *, struct rpc_msg *);
/titanic_41/usr/src/lib/libnsl/rpc/
H A Dsvc_auth_sys.c70 __svcauth_sys(struct svc_req *rqst, struct rpc_msg *msg) in __svcauth_sys()
127 __svcauth_short(struct svc_req *rqst, struct rpc_msg *msg) in __svcauth_short()
136 __svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg) in __svcauth_unix()
H A Dsvc_auth.c101 __gss_authenticate(struct svc_req *rqst, struct rpc_msg *msg, in __gss_authenticate()
151 __authenticate(struct svc_req *rqst, struct rpc_msg *msg) in __authenticate()
160 __svcauth_null(struct svc_req *rqst, struct rpc_msg *msg) in __svcauth_null()
H A Dclnt_raw.c81 struct rpc_msg call_msg; in clnt_raw_create()
149 struct rpc_msg msg; in clnt_raw_call()
169 ((struct rpc_msg *)clp->mashl_callmsg)->rm_xid++; in clnt_raw_call()
248 ((struct rpc_msg *)clp->mashl_callmsg)->rm_xid++; in clnt_raw_send()
H A Dsvc_raw.c133 svc_raw_recv(SVCXPRT *xprt, struct rpc_msg *msg) in svc_raw_recv()
154 svc_raw_reply(SVCXPRT *xprt, struct rpc_msg *msg) in svc_raw_reply()
H A Dsvc.c1098 struct rpc_msg rply; in svc_sendreply()
1115 struct rpc_msg rply; in svcerr_noproc()
1130 struct rpc_msg rply; in svcerr_decode()
1145 struct rpc_msg rply; in svcerr_systemerr()
1193 struct rpc_msg rply; in svcerr_auth()
1217 struct rpc_msg rply; in svcerr_noprog()
1233 struct rpc_msg rply; in svcerr_progvers()
1330 struct rpc_msg *msg; in svc_getreq_common()
1403 _svc_prog_dispatch(SVCXPRT *xprt, struct rpc_msg *msg, struct svc_req *r) in _svc_prog_dispatch()
1492 struct rpc_msg *msg = NULL; in svc_xprt_alloc()
[all …]
H A Drpc_prot.c128 xdr_replymsg(XDR *xdrs, struct rpc_msg *rmsg) in xdr_replymsg()
258 xdr_callhdr(XDR *xdrs, struct rpc_msg *cmsg) in xdr_callhdr()
331 __seterr_reply(struct rpc_msg *msg, struct rpc_err *error) in __seterr_reply()
H A Dsvc_door.c181 svc_door_dispatch(SVCXPRT *xprt, struct rpc_msg *msg, struct svc_req *r) in svc_door_dispatch()
230 struct rpc_msg *msg; in door_server()
574 svc_door_recv(SVCXPRT *xprt, struct rpc_msg *msg) in svc_door_recv()
588 svc_door_reply(SVCXPRT *xprt, struct rpc_msg *msg) in svc_door_reply()
/titanic_41/usr/src/ucblib/librpcsoc/
H A Dsvc_tcp.c224 rendezvous_request(xprt, rpc_msg) in rendezvous_request() argument
226 struct rpc_msg *rpc_msg;
359 register struct rpc_msg *msg;
401 register struct rpc_msg *msg;
H A Dsvc_udp.c75 static int cache_get(SVCXPRT *, struct rpc_msg *,
193 struct rpc_msg *msg;
228 struct rpc_msg *msg;
477 struct rpc_msg *msg;
/titanic_41/usr/src/uts/common/rpc/sec/
H A Dauth_none.c40 static bool_t authnone_refresh(AUTH *, struct rpc_msg *, cred_t *);
139 authnone_refresh(AUTH *auth, struct rpc_msg *msg, cred_t *cr) in authnone_refresh()
H A Dsvc_authu.c72 _svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_unix()
135 _svcauth_short(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_short()
H A Dsec_svc.c56 enum auth_stat _svcauth_null(struct svc_req *, struct rpc_msg *);
93 sec_svc_msg(struct svc_req *rqst, struct rpc_msg *msg, bool_t *no_dispatch) in sec_svc_msg()
206 _svcauth_null(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_null()
H A Dauth_kern.c66 static bool_t authkern_refresh(AUTH *, struct rpc_msg *, cred_t *);
246 authkern_refresh(AUTH *auth, struct rpc_msg *msg, cred_t *cr) in authkern_refresh()
H A Dauth_loopb.c67 static bool_t authloopback_refresh(AUTH *, struct rpc_msg *, cred_t *);
251 authloopback_refresh(AUTH *auth, struct rpc_msg *msg, cred_t *cr) in authloopback_refresh()
/titanic_41/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c208 static bool_t check_verf(struct rpc_msg *, gss_ctx_id_t,
229 struct rpc_msg *msg;
239 extern struct rpc_msg *rpc_msg_dup(struct rpc_msg *);
240 extern void rpc_msg_free(struct rpc_msg **, int);
686 struct rpc_msg *msg, in do_gss_accept()
921 struct rpc_msg *msg, in rpcsec_gss_init()
1019 struct rpc_msg *msg, in rpcsec_gss_continue_init()
1110 struct rpc_msg *msg, in rpcsec_gss_data()
1339 struct rpc_msg *msg, in __svcrpcsec_gss()
1408 check_verf(struct rpc_msg *msg, gss_ctx_id_t context, int *qop_state, uid_t uid) in check_verf()
[all …]

123