Searched refs:rpc_msg (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-10.0-release/include/rpc/
H A Dsvc_auth.h51 extern enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *);
53 struct rpc_msg *));
H A Drpc_msg.h1 /* $NetBSD: rpc_msg.h,v 1.11 2000/06/02 22:57:56 fvdl Exp $ */
31 * from: @(#)rpc_msg.h 1.7 86/07/16 SMI
32 * from: @(#)rpc_msg.h 2.1 88/07/29 4.0 RPCSRC
37 * rpc_msg.h
150 struct rpc_msg { struct
168 * struct rpc_msg *cmsg;
170 extern bool_t xdr_callmsg(XDR *, struct rpc_msg *);
176 * struct rpc_msg *cmsg;
178 extern bool_t xdr_callhdr(XDR *, struct rpc_msg *);
184 * struct rpc_msg *rms
[all...]
H A Dauth.h346 struct rpc_msg;
347 enum auth_stat _svcauth_null (struct svc_req *, struct rpc_msg *);
348 enum auth_stat _svcauth_short (struct svc_req *, struct rpc_msg *);
349 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 DMakefile14 rpc.h rpc_msg.h rpcb_clnt.h rpcent.h rpc_com.h rpcsec_gss.h \
H A Dauth_kerb.h138 extern enum auth_stat _svcauth_kerb(struct svc_req *, struct rpc_msg *);
H A Drpc.h59 #include <rpc/rpc_msg.h> /* protocol for rpc messages */
/freebsd-10.0-release/sys/rpc/
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 Drpc_msg.h1 /* $NetBSD: rpc_msg.h,v 1.11 2000/06/02 22:57:56 fvdl Exp $ */
31 * from: @(#)rpc_msg.h 1.7 86/07/16 SMI
32 * from: @(#)rpc_msg.h 2.1 88/07/29 4.0 RPCSRC
37 * rpc_msg.h
150 struct rpc_msg { struct
168 * struct rpc_msg *cmsg;
170 extern bool_t xdr_callmsg(XDR *, struct rpc_msg *);
176 * struct rpc_msg *cmsg;
178 extern bool_t xdr_callhdr(XDR *, struct rpc_msg *);
184 * struct rpc_msg *rms
[all...]
H A Dsvc_auth.c57 struct rpc_msg *) = NULL;
82 _authenticate(struct svc_req *rqst, struct rpc_msg *msg)
145 _svcauth_null(struct svc_req *rqst, struct rpc_msg *msg)
154 enum auth_stat (*svcauth)(struct svc_req *, struct rpc_msg *),
H A Dreplay.c44 struct rpc_msg rce_msg;
46 struct rpc_msg rce_repmsg;
55 replay_alloc(struct replay_cache *rc, struct rpc_msg *msg,
112 struct rpc_msg *msg, struct sockaddr *addr, int h)
174 replay_find(struct replay_cache *rc, struct rpc_msg *msg,
175 struct sockaddr *addr, struct rpc_msg *repmsg, struct mbuf **mp)
229 struct rpc_msg *repmsg, struct sockaddr *addr, struct mbuf *m)
H A Dauth.h342 struct rpc_msg;
343 enum auth_stat _svcauth_null (struct svc_req *, struct rpc_msg *);
344 enum auth_stat _svcauth_short (struct svc_req *, struct rpc_msg *);
345 enum auth_stat _svcauth_unix (struct svc_req *, struct rpc_msg *);
H A Dsvc_auth_unix.c65 _svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg)
140 struct rpc_msg *msg;
H A Drpc.h59 #include <rpc/rpc_msg.h> /* protocol for rpc messages */
H A Drpc_prot.c61 #include <rpc/rpc_msg.h>
176 xdr_replymsg(XDR *xdrs, struct rpc_msg *rmsg)
226 xdr_callhdr(XDR *xdrs, struct rpc_msg *cmsg)
308 _seterr_reply(struct rpc_msg *msg, struct rpc_err *error)
H A Dsvc_dg.c67 static bool_t svc_dg_recv(SVCXPRT *, struct rpc_msg *,
69 static bool_t svc_dg_reply(SVCXPRT *, struct rpc_msg *,
164 svc_dg_recv(SVCXPRT *xprt, struct rpc_msg *msg,
233 svc_dg_reply(SVCXPRT *xprt, struct rpc_msg *msg,
/freebsd-10.0-release/lib/libc/rpc/
H A Dsvc_auth.c66 * struct rpc_msg *msg;
73 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *);
101 struct rpc_msg *msg;
174 struct rpc_msg *msg;
196 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *);
H A Dsvc_auth_unix.c62 struct rpc_msg *msg;
153 struct rpc_msg *msg;
H A Dsvc_raw.c75 static bool_t svc_raw_recv(SVCXPRT *, struct rpc_msg *);
76 static bool_t svc_raw_reply(SVCXPRT *, struct rpc_msg *);
139 struct rpc_msg *msg;
165 struct rpc_msg *msg;
H A Dsvc.c379 struct rpc_msg rply;
399 struct rpc_msg rply;
417 struct rpc_msg rply;
435 struct rpc_msg rply;
493 struct rpc_msg rply;
524 struct rpc_msg rply;
544 struct rpc_msg rply;
653 struct rpc_msg msg;
H A Dclnt_raw.c72 struct rpc_msg mashl_rpcmsg;
96 struct rpc_msg call_msg;
157 struct rpc_msg msg;
/freebsd-10.0-release/contrib/amd/libamu/
H A Dmisc_rpc.c64 rpc_msg_init(struct rpc_msg *mp, u_long prog, u_long vers, u_long proc)
88 struct rpc_msg reply_msg;
125 make_rpc_packet(char *buf, int buflen, u_long proc, struct rpc_msg *mp, voidp arg, XDRPROC_T_TYPE arg_xdr, AUTH *auth)
/freebsd-10.0-release/crypto/openssl/ssl/
H A Dssl_task.c75 * struct rpc_msg {
147 struct rpc_msg { /* Should have member alignment inhibited */ struct
153 #define RPC_HDR_SIZE (sizeof(struct rpc_msg) - 4092)
190 static int general_request ( io_channel chan, struct rpc_msg *msg, int length )
199 struct rpc_msg msg;
260 struct rpc_msg msg;
/freebsd-10.0-release/crypto/openssl/crypto/bio/
H A Dbss_rtcp.c78 struct rpc_msg { /* Should have member alignment inhibited */ struct
84 #define RPC_HDR_SIZE (sizeof(struct rpc_msg) - 4092)
88 struct rpc_msg msg;

Completed in 112 milliseconds

123