HomeSort by: relevance | last modified time | path
    Searched refs:rpc_msg (Results 1 - 21 of 21) sorted by relevancy

  /src/include/rpc/
svc_auth.h 48 extern enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *);
50 struct rpc_msg *));
rpc_msg.h 1 /* $NetBSD: rpc_msg.h,v 1.15 2006/02/25 00:58:34 wiz Exp $ */
31 * from: @(#)rpc_msg.h 1.7 86/07/16 SMI
32 * @(#)rpc_msg.h 2.1 88/07/29 4.0 RPCSRC
36 * rpc_msg.h
149 struct rpc_msg { struct
167 * struct rpc_msg *cmsg;
169 extern bool_t xdr_callmsg (XDR *, struct rpc_msg *);
175 * struct rpc_msg *cmsg;
177 extern bool_t xdr_callhdr (XDR *, struct rpc_msg *);
183 * struct rpc_msg *rmsg
    [all...]
Makefile 6 rpc_com.h rpc_msg.h rpcb_clnt.h rpcb_prot.h rpcent.h \
auth.h 181 struct rpc_msg;
182 enum auth_stat _svcauth_null(struct svc_req *, struct rpc_msg *);
183 enum auth_stat _svcauth_short(struct svc_req *, struct rpc_msg *);
184 enum auth_stat _svcauth_unix(struct svc_req *, struct rpc_msg *);
rpc.h 57 #include <rpc/rpc_msg.h> /* protocol for rpc messages */
svc.h 93 bool_t (*xp_recv)(struct __rpc_svcxprt *, struct rpc_msg *);
100 bool_t (*xp_reply)(struct __rpc_svcxprt *, struct rpc_msg *);
152 * struct rpc_msg *msg;
  /src/lib/libc/rpc/
svc_auth.c 77 * struct rpc_msg *msg;
84 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *);
108 _authenticate(struct svc_req *rqst, struct rpc_msg *msg)
160 _svcauth_null(struct svc_req *rqst, struct rpc_msg *msg)
182 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *))
svc_raw.c 85 static bool_t svc_raw_recv(SVCXPRT *, struct rpc_msg *);
86 static bool_t svc_raw_reply(SVCXPRT *, struct rpc_msg *);
140 svc_raw_recv(SVCXPRT *xprt, struct rpc_msg *msg)
164 svc_raw_reply(SVCXPRT *xprt, struct rpc_msg *msg)
svc_auth_unix.c 67 _svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg)
145 _svcauth_short(struct svc_req *rqst, struct rpc_msg *msg)
svc.c 445 struct rpc_msg rply;
464 struct rpc_msg rply;
481 struct rpc_msg rply;
498 struct rpc_msg rply;
560 struct rpc_msg rply;
589 struct rpc_msg rply;
606 struct rpc_msg rply;
679 struct rpc_msg msg;
rpc_prot.c 182 xdr_replymsg(XDR *xdrs, struct rpc_msg *rmsg)
204 xdr_callhdr(XDR *xdrs, struct rpc_msg *cmsg)
289 _seterr_reply(struct rpc_msg *msg, struct rpc_err *error)
clnt_raw.c 82 struct rpc_msg mashl_rpcmsg;
104 struct rpc_msg call_msg;
166 struct rpc_msg msg;
svc_dg.c 86 static bool_t svc_dg_recv(SVCXPRT *, struct rpc_msg *);
87 static bool_t svc_dg_reply(SVCXPRT *, struct rpc_msg *);
92 static int cache_get(SVCXPRT *, struct rpc_msg *, char **, size_t *);
184 svc_dg_recv(SVCXPRT *xprt, struct rpc_msg *msg)
238 svc_dg_reply(SVCXPRT *xprt, struct rpc_msg *msg)
570 cache_get(SVCXPRT *xprt, struct rpc_msg *msg, char **replyp, size_t *replylenp)
svc_vc.c 82 static bool_t rendezvous_request(SVCXPRT *, struct rpc_msg *);
89 static bool_t svc_vc_recv(SVCXPRT *, struct rpc_msg *);
92 static bool_t svc_vc_reply(SVCXPRT *, struct rpc_msg *);
302 rendezvous_request(SVCXPRT *xprt, struct rpc_msg *msg)
625 svc_vc_recv(SVCXPRT *xprt, struct rpc_msg *msg)
678 svc_vc_reply(SVCXPRT *xprt, struct rpc_msg *msg)
733 (bool_t (*)(SVCXPRT *, struct rpc_msg *))abort;
rpc_callmsg.c 69 xdr_callmsg(XDR *xdrs, struct rpc_msg *cmsg)
clnt_dg.c 169 struct rpc_msg call_msg;
321 struct rpc_msg reply_msg;
clnt_vc.c 197 struct rpc_msg call_msg;
354 struct rpc_msg reply_msg;
clnt_bcast.c 266 struct rpc_msg msg; /* RPC message */
  /src/sys/external/bsd/ipf/netinet/
ip_proxy.h 405 typedef struct rpc_msg { struct
  /src/usr.sbin/ypbind/
ypbind.c 1227 struct rpc_msg msg;
1284 struct rpc_msg msg;
1342 struct rpc_msg msg;
1438 struct rpc_msg msg;
  /src/usr.sbin/rpcbind/
rpcb_svc_com.c 620 struct rpc_msg call_msg;
1267 struct rpc_msg reply_msg;

Completed in 23 milliseconds