Home
last modified time | relevance | path

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

12

/freebsd-13.1/include/rpc/
H A Drpc_msg.h151 struct rpc_msg { struct
171 extern bool_t xdr_callmsg(XDR *, struct rpc_msg *);
179 extern bool_t xdr_callhdr(XDR *, struct rpc_msg *);
187 extern bool_t xdr_replymsg(XDR *, struct rpc_msg *);
212 extern void _seterr_reply(struct rpc_msg *, struct rpc_err *);
H A Dsvc_auth.h52 extern enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *);
54 struct rpc_msg *));
H A Dauth.h347 struct rpc_msg;
348 enum auth_stat _svcauth_null (struct svc_req *, struct rpc_msg *);
349 enum auth_stat _svcauth_short (struct svc_req *, struct rpc_msg *);
350 enum auth_stat _svcauth_unix (struct svc_req *, struct rpc_msg *);
H A Dsvc.h98 bool_t (*xp_recv)(struct __rpc_svcxprt *, struct rpc_msg *);
105 bool_t (*xp_reply)(struct __rpc_svcxprt *, struct rpc_msg *);
H A Dauth_des.h124 extern enum auth_stat _svcauth_des(struct svc_req *, struct rpc_msg *);
/freebsd-13.1/sys/rpc/
H A Drpc_msg.h151 struct rpc_msg { struct
171 extern bool_t xdr_callmsg(XDR *, struct rpc_msg *);
179 extern bool_t xdr_callhdr(XDR *, struct rpc_msg *);
187 extern bool_t xdr_replymsg(XDR *, struct rpc_msg *);
212 extern enum clnt_stat _seterr_reply(struct rpc_msg *, struct rpc_err *);
H A Dsvc_auth.h50 extern enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *);
53 enum auth_stat (*)(struct svc_req *, struct rpc_msg *),
57 struct rpc_msg *));
H A Dreplay.h78 struct rpc_msg *msg, struct sockaddr *addr,
79 struct rpc_msg *repmsg, struct mbuf **mp);
85 struct rpc_msg *repmsg, struct sockaddr *addr, struct mbuf *m);
H A Dreplay.c47 struct rpc_msg rce_msg;
49 struct rpc_msg rce_repmsg;
58 replay_alloc(struct replay_cache *rc, struct rpc_msg *msg,
115 struct rpc_msg *msg, struct sockaddr *addr, int h) in replay_alloc()
177 replay_find(struct replay_cache *rc, struct rpc_msg *msg, in replay_find()
178 struct sockaddr *addr, struct rpc_msg *repmsg, struct mbuf **mp) in replay_find()
232 struct rpc_msg *repmsg, struct sockaddr *addr, struct mbuf *m) in replay_setreply()
H A Dauth.h344 struct rpc_msg;
345 enum auth_stat _svcauth_null (struct svc_req *, struct rpc_msg *);
346 enum auth_stat _svcauth_short (struct svc_req *, struct rpc_msg *);
347 enum auth_stat _svcauth_unix (struct svc_req *, struct rpc_msg *);
348 enum auth_stat _svcauth_rpcsec_tls (struct svc_req *, struct rpc_msg *);
H A Dsvc_auth.c59 struct rpc_msg *) = NULL;
84 _authenticate(struct svc_req *rqst, struct rpc_msg *msg) in _authenticate()
156 _svcauth_null(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_null()
165 enum auth_stat (*svcauth)(struct svc_req *, struct rpc_msg *), in svc_auth_reg() argument
H A Dsvc_dg.c68 static bool_t svc_dg_recv(SVCXPRT *, struct rpc_msg *,
70 static bool_t svc_dg_reply(SVCXPRT *, struct rpc_msg *,
164 svc_dg_recv(SVCXPRT *xprt, struct rpc_msg *msg, in svc_dg_recv()
233 svc_dg_reply(SVCXPRT *xprt, struct rpc_msg *msg, in svc_dg_reply()
H A Dsvc_vc.c79 static bool_t svc_vc_rendezvous_recv(SVCXPRT *, struct rpc_msg *,
87 static bool_t svc_vc_recv(SVCXPRT *, struct rpc_msg *,
89 static bool_t svc_vc_reply(SVCXPRT *, struct rpc_msg *,
96 static bool_t svc_vc_backchannel_recv(SVCXPRT *, struct rpc_msg *,
98 static bool_t svc_vc_backchannel_reply(SVCXPRT *, struct rpc_msg *,
111 .xp_reply = (bool_t (*)(SVCXPRT *, struct rpc_msg *,
365 svc_vc_rendezvous_recv(SVCXPRT *xprt, struct rpc_msg *msg, in svc_vc_rendezvous_recv()
683 svc_vc_recv(SVCXPRT *xprt, struct rpc_msg *msg, in svc_vc_recv()
891 svc_vc_backchannel_recv(SVCXPRT *xprt, struct rpc_msg *msg, in svc_vc_backchannel_recv()
929 svc_vc_reply(SVCXPRT *xprt, struct rpc_msg *msg, in svc_vc_reply()
[all …]
H A Dsvc_auth_unix.c66 _svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_unix()
141 struct rpc_msg *msg;
H A Drpc_prot.c175 xdr_replymsg(XDR *xdrs, struct rpc_msg *rmsg) in xdr_replymsg()
225 xdr_callhdr(XDR *xdrs, struct rpc_msg *cmsg) in xdr_callhdr()
307 _seterr_reply(struct rpc_msg *msg, struct rpc_err *error) in _seterr_reply()
H A Dsvc.c662 svc_sendreply_common(struct svc_req *rqstp, struct rpc_msg *rply, in svc_sendreply_common()
695 struct rpc_msg rply; in svc_sendreply()
724 struct rpc_msg rply; in svc_sendreply_mbuf()
744 struct rpc_msg rply; in svcerr_noproc()
766 struct rpc_msg rply; in svcerr_decode()
788 struct rpc_msg rply; in svcerr_systemerr()
810 struct rpc_msg rply; in svcerr_auth()
842 struct rpc_msg rply; in svcerr_noprog()
864 struct rpc_msg rply; in svcerr_progvers()
926 struct rpc_msg msg; in svc_getreq()
[all …]
H A Dsvc.h104 bool_t (*xp_recv)(struct __rpc_svcxprt *, struct rpc_msg *,
111 bool_t (*xp_reply)(struct __rpc_svcxprt *, struct rpc_msg *,
119 bool_t (*xp_recv)(struct __rpc_svcxprt *, struct rpc_msg *);
125 bool_t (*xp_reply)(struct __rpc_svcxprt *, struct rpc_msg *);
/freebsd-13.1/lib/libc/rpc/
H A Dsvc_auth.c74 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *);
100 _authenticate(struct svc_req *rqst, struct rpc_msg *msg) in _authenticate()
167 _svcauth_null(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_null()
188 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *)) in svc_auth_reg() argument
H A Dsvc_raw.c76 static bool_t svc_raw_recv(SVCXPRT *, struct rpc_msg *);
77 static bool_t svc_raw_reply(SVCXPRT *, struct rpc_msg *);
137 svc_raw_recv(SVCXPRT *xprt, struct rpc_msg *msg) in svc_raw_recv()
161 svc_raw_reply(SVCXPRT *xprt, struct rpc_msg *msg) in svc_raw_reply()
H A Dsvc.c365 struct rpc_msg rply; in svc_sendreply()
384 struct rpc_msg rply; in svcerr_noproc()
401 struct rpc_msg rply; in svcerr_decode()
418 struct rpc_msg rply; in svcerr_systemerr()
470 struct rpc_msg rply; in svcerr_auth()
499 struct rpc_msg rply; in svcerr_noprog()
516 struct rpc_msg rply; in svcerr_progvers()
621 struct rpc_msg msg; in svc_getreq_common()
H A Dclnt_raw.c73 struct rpc_msg mashl_rpcmsg;
95 struct rpc_msg call_msg; in clnt_raw_create()
150 struct rpc_msg msg; in clnt_raw_call()
H A Drpc_prot.c179 xdr_replymsg(XDR *xdrs, struct rpc_msg *rmsg) in xdr_replymsg()
207 xdr_callhdr(XDR *xdrs, struct rpc_msg *cmsg) in xdr_callhdr()
295 _seterr_reply(struct rpc_msg *msg, struct rpc_err *error) in _seterr_reply()
H A Dsvc_auth_unix.c61 _svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_unix()
150 _svcauth_short(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_short()
H A Dsvc_vc.c75 static bool_t rendezvous_request(SVCXPRT *, struct rpc_msg *);
82 static bool_t svc_vc_recv(SVCXPRT *, struct rpc_msg *);
85 static bool_t svc_vc_reply(SVCXPRT *, struct rpc_msg *);
280 rendezvous_request(SVCXPRT *xprt, struct rpc_msg *msg) in rendezvous_request()
573 svc_vc_recv(SVCXPRT *xprt, struct rpc_msg *msg) in svc_vc_recv()
626 svc_vc_reply(SVCXPRT *xprt, struct rpc_msg *msg) in svc_vc_reply()
703 (bool_t (*)(SVCXPRT *, struct rpc_msg *))abort; in svc_vc_rendezvous_ops()
H A Dsvc_dg.c80 static bool_t svc_dg_recv(SVCXPRT *, struct rpc_msg *);
81 static bool_t svc_dg_reply(SVCXPRT *, struct rpc_msg *);
86 static int cache_get(SVCXPRT *, struct rpc_msg *, char **, size_t *);
251 svc_dg_recv(SVCXPRT *xprt, struct rpc_msg *msg) in svc_dg_recv()
334 svc_dg_reply(SVCXPRT *xprt, struct rpc_msg *msg) in svc_dg_reply()
664 cache_get(SVCXPRT *xprt, struct rpc_msg *msg, char **replyp, size_t *replylenp) in cache_get()

12