Home
last modified time | relevance | path

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

12

/freebsd-14.2/sys/rpc/
H A Drpc_msg.h150 struct rpc_msg { struct
170 extern bool_t xdr_callmsg(XDR *, struct rpc_msg *);
178 extern bool_t xdr_callhdr(XDR *, struct rpc_msg *);
186 extern bool_t xdr_replymsg(XDR *, struct rpc_msg *);
211 extern enum clnt_stat _seterr_reply(struct rpc_msg *, struct rpc_err *);
H A Dsvc_auth.h49 extern enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *);
52 enum auth_stat (*)(struct svc_req *, struct rpc_msg *),
56 struct rpc_msg *));
H A Dreplay.h76 struct rpc_msg *msg, struct sockaddr *addr,
77 struct rpc_msg *repmsg, struct mbuf **mp);
83 struct rpc_msg *repmsg, struct sockaddr *addr, struct mbuf *m);
H A Dreplay.c45 struct rpc_msg rce_msg;
47 struct rpc_msg rce_repmsg;
56 replay_alloc(struct replay_cache *rc, struct rpc_msg *msg,
113 struct rpc_msg *msg, struct sockaddr *addr, int h) in replay_alloc()
175 replay_find(struct replay_cache *rc, struct rpc_msg *msg, in replay_find()
176 struct sockaddr *addr, struct rpc_msg *repmsg, struct mbuf **mp) in replay_find()
230 struct rpc_msg *repmsg, struct sockaddr *addr, struct mbuf *m) in replay_setreply()
H A Dauth.h343 struct rpc_msg;
344 enum auth_stat _svcauth_null (struct svc_req *, struct rpc_msg *);
345 enum auth_stat _svcauth_short (struct svc_req *, struct rpc_msg *);
346 enum auth_stat _svcauth_unix (struct svc_req *, struct rpc_msg *);
347 enum auth_stat _svcauth_rpcsec_tls (struct svc_req *, struct rpc_msg *);
H A Dsvc_auth.c58 struct rpc_msg *) = NULL;
83 _authenticate(struct svc_req *rqst, struct rpc_msg *msg) in _authenticate()
155 _svcauth_null(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_null()
164 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 *,
166 svc_dg_recv(SVCXPRT *xprt, struct rpc_msg *msg, in svc_dg_recv()
235 svc_dg_reply(SVCXPRT *xprt, struct rpc_msg *msg, in svc_dg_reply()
H A Dsvc_vc.c137 static bool_t svc_vc_rendezvous_recv(SVCXPRT *, struct rpc_msg *,
145 static bool_t svc_vc_recv(SVCXPRT *, struct rpc_msg *,
147 static bool_t svc_vc_reply(SVCXPRT *, struct rpc_msg *,
154 static bool_t svc_vc_backchannel_recv(SVCXPRT *, struct rpc_msg *,
156 static bool_t svc_vc_backchannel_reply(SVCXPRT *, struct rpc_msg *,
169 .xp_reply = (bool_t (*)(SVCXPRT *, struct rpc_msg *,
423 svc_vc_rendezvous_recv(SVCXPRT *xprt, struct rpc_msg *msg, in svc_vc_rendezvous_recv()
739 svc_vc_recv(SVCXPRT *xprt, struct rpc_msg *msg, in svc_vc_recv()
961 svc_vc_backchannel_recv(SVCXPRT *xprt, struct rpc_msg *msg, in svc_vc_backchannel_recv()
999 svc_vc_reply(SVCXPRT *xprt, struct rpc_msg *msg, in svc_vc_reply()
[all …]
H A Dsvc_auth_unix.c64 _svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_unix()
137 _svcauth_short(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_short()
H A Drpc_prot.c173 xdr_replymsg(XDR *xdrs, struct rpc_msg *rmsg) in xdr_replymsg()
223 xdr_callhdr(XDR *xdrs, struct rpc_msg *cmsg) in xdr_callhdr()
305 _seterr_reply(struct rpc_msg *msg, struct rpc_err *error) in _seterr_reply()
H A Dsvc.c664 svc_sendreply_common(struct svc_req *rqstp, struct rpc_msg *rply, in svc_sendreply_common()
697 struct rpc_msg rply; in svc_sendreply()
726 struct rpc_msg rply; in svc_sendreply_mbuf()
746 struct rpc_msg rply; in svcerr_noproc()
768 struct rpc_msg rply; in svcerr_decode()
790 struct rpc_msg rply; in svcerr_systemerr()
812 struct rpc_msg rply; in svcerr_auth()
844 struct rpc_msg rply; in svcerr_noprog()
866 struct rpc_msg rply; in svcerr_progvers()
928 struct rpc_msg msg; in svc_getreq()
[all …]
H A Dsvc.h103 bool_t (*xp_recv)(struct __rpc_svcxprt *, struct rpc_msg *,
110 bool_t (*xp_reply)(struct __rpc_svcxprt *, struct rpc_msg *,
118 bool_t (*xp_recv)(struct __rpc_svcxprt *, struct rpc_msg *);
124 bool_t (*xp_reply)(struct __rpc_svcxprt *, struct rpc_msg *);
/freebsd-14.2/include/rpc/
H A Drpc_msg.h150 struct rpc_msg { struct
170 extern bool_t xdr_callmsg(XDR *, struct rpc_msg *);
178 extern bool_t xdr_callhdr(XDR *, struct rpc_msg *);
186 extern bool_t xdr_replymsg(XDR *, struct rpc_msg *);
211 extern void _seterr_reply(struct rpc_msg *, struct rpc_err *);
H A Dsvc_auth.h51 extern enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *);
53 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 Dauth_des.h123 extern enum auth_stat _svcauth_des(struct svc_req *, struct rpc_msg *);
H A Dsvc.h97 bool_t (*xp_recv)(struct __rpc_svcxprt *, struct rpc_msg *);
104 bool_t (*xp_reply)(struct __rpc_svcxprt *, struct rpc_msg *);
/freebsd-14.2/lib/libc/rpc/
H A Dsvc_auth.c71 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *);
97 _authenticate(struct svc_req *rqst, struct rpc_msg *msg) in _authenticate()
164 _svcauth_null(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_null()
185 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *)) in svc_auth_reg() argument
H A Dsvc_raw.c73 static bool_t svc_raw_recv(SVCXPRT *, struct rpc_msg *);
74 static bool_t svc_raw_reply(SVCXPRT *, struct rpc_msg *);
134 svc_raw_recv(SVCXPRT *xprt, struct rpc_msg *msg) in svc_raw_recv()
158 svc_raw_reply(SVCXPRT *xprt, struct rpc_msg *msg) in svc_raw_reply()
H A Dsvc.c362 struct rpc_msg rply; in svc_sendreply()
381 struct rpc_msg rply; in svcerr_noproc()
398 struct rpc_msg rply; in svcerr_decode()
415 struct rpc_msg rply; in svcerr_systemerr()
467 struct rpc_msg rply; in svcerr_auth()
496 struct rpc_msg rply; in svcerr_noprog()
513 struct rpc_msg rply; in svcerr_progvers()
618 struct rpc_msg msg; in svc_getreq_common()
H A Dclnt_raw.c70 struct rpc_msg mashl_rpcmsg;
92 struct rpc_msg call_msg; in clnt_raw_create()
147 struct rpc_msg msg; in clnt_raw_call()
H A Drpc_prot.c176 xdr_replymsg(XDR *xdrs, struct rpc_msg *rmsg) in xdr_replymsg()
204 xdr_callhdr(XDR *xdrs, struct rpc_msg *cmsg) in xdr_callhdr()
292 _seterr_reply(struct rpc_msg *msg, struct rpc_err *error) in _seterr_reply()
H A Dsvc_auth_unix.c58 _svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_unix()
147 _svcauth_short(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_short()
H A Dsvc_vc.c72 static bool_t rendezvous_request(SVCXPRT *, struct rpc_msg *);
79 static bool_t svc_vc_recv(SVCXPRT *, struct rpc_msg *);
82 static bool_t svc_vc_reply(SVCXPRT *, struct rpc_msg *);
277 rendezvous_request(SVCXPRT *xprt, struct rpc_msg *msg) in rendezvous_request()
570 svc_vc_recv(SVCXPRT *xprt, struct rpc_msg *msg) in svc_vc_recv()
623 svc_vc_reply(SVCXPRT *xprt, struct rpc_msg *msg) in svc_vc_reply()
700 (bool_t (*)(SVCXPRT *, struct rpc_msg *))abort; in svc_vc_rendezvous_ops()
H A Dsvc_dg.c77 static bool_t svc_dg_recv(SVCXPRT *, struct rpc_msg *);
78 static bool_t svc_dg_reply(SVCXPRT *, struct rpc_msg *);
83 static int cache_get(SVCXPRT *, struct rpc_msg *, char **, size_t *);
248 svc_dg_recv(SVCXPRT *xprt, struct rpc_msg *msg) in svc_dg_recv()
331 svc_dg_reply(SVCXPRT *xprt, struct rpc_msg *msg) in svc_dg_reply()
661 cache_get(SVCXPRT *xprt, struct rpc_msg *msg, char **replyp, size_t *replylenp) in cache_get()

12