Symbol: rpc_msg
include/rpc/auth.h
181
struct rpc_msg;
include/rpc/auth.h
182
enum auth_stat _svcauth_null(struct svc_req *, struct rpc_msg *);
include/rpc/auth.h
183
enum auth_stat _svcauth_short(struct svc_req *, struct rpc_msg *);
include/rpc/auth.h
184
enum auth_stat _svcauth_unix(struct svc_req *, struct rpc_msg *);
include/rpc/rpc_msg.h
169
extern bool_t xdr_callmsg (XDR *, struct rpc_msg *);
include/rpc/rpc_msg.h
177
extern bool_t xdr_callhdr (XDR *, struct rpc_msg *);
include/rpc/rpc_msg.h
185
extern bool_t xdr_replymsg (XDR *, struct rpc_msg *);
include/rpc/rpc_msg.h
210
extern void _seterr_reply (struct rpc_msg *, struct rpc_err *);
include/rpc/svc.h
100
bool_t (*xp_reply)(struct __rpc_svcxprt *, struct rpc_msg *);
include/rpc/svc.h
93
bool_t (*xp_recv)(struct __rpc_svcxprt *, struct rpc_msg *);
include/rpc/svc_auth.h
48
extern enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *);
include/rpc/svc_auth.h
50
struct rpc_msg *));
lib/libc/rpc/clnt_bcast.c
266
struct rpc_msg msg; /* RPC message */
lib/libc/rpc/clnt_dg.c
169
struct rpc_msg call_msg;
lib/libc/rpc/clnt_dg.c
321
struct rpc_msg reply_msg;
lib/libc/rpc/clnt_raw.c
104
struct rpc_msg call_msg;
lib/libc/rpc/clnt_raw.c
166
struct rpc_msg msg;
lib/libc/rpc/clnt_raw.c
82
struct rpc_msg mashl_rpcmsg;
lib/libc/rpc/clnt_vc.c
197
struct rpc_msg call_msg;
lib/libc/rpc/clnt_vc.c
354
struct rpc_msg reply_msg;
lib/libc/rpc/rpc_callmsg.c
69
xdr_callmsg(XDR *xdrs, struct rpc_msg *cmsg)
lib/libc/rpc/rpc_prot.c
182
xdr_replymsg(XDR *xdrs, struct rpc_msg *rmsg)
lib/libc/rpc/rpc_prot.c
204
xdr_callhdr(XDR *xdrs, struct rpc_msg *cmsg)
lib/libc/rpc/rpc_prot.c
289
_seterr_reply(struct rpc_msg *msg, struct rpc_err *error)
lib/libc/rpc/svc.c
445
struct rpc_msg rply;
lib/libc/rpc/svc.c
464
struct rpc_msg rply;
lib/libc/rpc/svc.c
481
struct rpc_msg rply;
lib/libc/rpc/svc.c
498
struct rpc_msg rply;
lib/libc/rpc/svc.c
560
struct rpc_msg rply;
lib/libc/rpc/svc.c
589
struct rpc_msg rply;
lib/libc/rpc/svc.c
606
struct rpc_msg rply;
lib/libc/rpc/svc.c
679
struct rpc_msg msg;
lib/libc/rpc/svc_auth.c
108
_authenticate(struct svc_req *rqst, struct rpc_msg *msg)
lib/libc/rpc/svc_auth.c
160
_svcauth_null(struct svc_req *rqst, struct rpc_msg *msg)
lib/libc/rpc/svc_auth.c
182
enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *))
lib/libc/rpc/svc_auth.c
84
enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *);
lib/libc/rpc/svc_auth_unix.c
145
_svcauth_short(struct svc_req *rqst, struct rpc_msg *msg)
lib/libc/rpc/svc_auth_unix.c
67
_svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg)
lib/libc/rpc/svc_dg.c
184
svc_dg_recv(SVCXPRT *xprt, struct rpc_msg *msg)
lib/libc/rpc/svc_dg.c
238
svc_dg_reply(SVCXPRT *xprt, struct rpc_msg *msg)
lib/libc/rpc/svc_dg.c
570
cache_get(SVCXPRT *xprt, struct rpc_msg *msg, char **replyp, size_t *replylenp)
lib/libc/rpc/svc_dg.c
86
static bool_t svc_dg_recv(SVCXPRT *, struct rpc_msg *);
lib/libc/rpc/svc_dg.c
87
static bool_t svc_dg_reply(SVCXPRT *, struct rpc_msg *);
lib/libc/rpc/svc_dg.c
92
static int cache_get(SVCXPRT *, struct rpc_msg *, char **, size_t *);
lib/libc/rpc/svc_raw.c
140
svc_raw_recv(SVCXPRT *xprt, struct rpc_msg *msg)
lib/libc/rpc/svc_raw.c
164
svc_raw_reply(SVCXPRT *xprt, struct rpc_msg *msg)
lib/libc/rpc/svc_raw.c
85
static bool_t svc_raw_recv(SVCXPRT *, struct rpc_msg *);
lib/libc/rpc/svc_raw.c
86
static bool_t svc_raw_reply(SVCXPRT *, struct rpc_msg *);
lib/libc/rpc/svc_vc.c
302
rendezvous_request(SVCXPRT *xprt, struct rpc_msg *msg)
lib/libc/rpc/svc_vc.c
625
svc_vc_recv(SVCXPRT *xprt, struct rpc_msg *msg)
lib/libc/rpc/svc_vc.c
678
svc_vc_reply(SVCXPRT *xprt, struct rpc_msg *msg)
lib/libc/rpc/svc_vc.c
733
(bool_t (*)(SVCXPRT *, struct rpc_msg *))abort;
lib/libc/rpc/svc_vc.c
82
static bool_t rendezvous_request(SVCXPRT *, struct rpc_msg *);
lib/libc/rpc/svc_vc.c
89
static bool_t svc_vc_recv(SVCXPRT *, struct rpc_msg *);
lib/libc/rpc/svc_vc.c
92
static bool_t svc_vc_reply(SVCXPRT *, struct rpc_msg *);
usr.sbin/rpcbind/rpcb_svc_com.c
1267
struct rpc_msg reply_msg;
usr.sbin/rpcbind/rpcb_svc_com.c
620
struct rpc_msg call_msg;
usr.sbin/ypbind/ypbind.c
1227
struct rpc_msg msg;
usr.sbin/ypbind/ypbind.c
1284
struct rpc_msg msg;
usr.sbin/ypbind/ypbind.c
1342
struct rpc_msg msg;
usr.sbin/ypbind/ypbind.c
1438
struct rpc_msg msg;