Home
last modified time | relevance | path

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

/netbsd-src/include/rpc/
H A Drpc_msg.h149 struct rpc_msg { struct
169 extern bool_t xdr_callmsg (XDR *, struct rpc_msg *);
177 extern bool_t xdr_callhdr (XDR *, struct rpc_msg *);
185 extern bool_t xdr_replymsg (XDR *, struct rpc_msg *);
210 extern void _seterr_reply (struct rpc_msg *, struct rpc_err *);
H A Dauth.h181 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 *);
H A Dsvc_auth.h48 extern enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *);
50 struct rpc_msg *));
H A Dsvc.h93 bool_t (*xp_recv)(struct __rpc_svcxprt *, struct rpc_msg *);
100 bool_t (*xp_reply)(struct __rpc_svcxprt *, struct rpc_msg *);
H A DMakefile6 rpc_com.h rpc_msg.h rpcb_clnt.h rpcb_prot.h rpcent.h \
/netbsd-src/lib/libc/rpc/
H A Dsvc_auth.c84 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *);
108 _authenticate(struct svc_req *rqst, struct rpc_msg *msg) in _authenticate()
160 _svcauth_null(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_null()
182 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *)) in svc_auth_reg() argument
H A Dsvc_raw.c85 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) in svc_raw_recv()
164 svc_raw_reply(SVCXPRT *xprt, struct rpc_msg *msg) in svc_raw_reply()
H A Dsvc.c445 struct rpc_msg rply; in svc_sendreply()
464 struct rpc_msg rply; in svcerr_noproc()
481 struct rpc_msg rply; in svcerr_decode()
498 struct rpc_msg rply; in svcerr_systemerr()
560 struct rpc_msg rply; in svcerr_auth()
589 struct rpc_msg rply; in svcerr_noprog()
606 struct rpc_msg rply; in svcerr_progvers()
679 struct rpc_msg msg; in svc_getreq_common()
H A Dsvc_dg.c86 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) in svc_dg_recv()
238 svc_dg_reply(SVCXPRT *xprt, struct rpc_msg *msg) in svc_dg_reply()
570 cache_get(SVCXPRT *xprt, struct rpc_msg *msg, char **replyp, size_t *replylenp) in cache_get()
H A Dclnt_raw.c82 struct rpc_msg mashl_rpcmsg;
104 struct rpc_msg call_msg; in clnt_raw_create()
166 struct rpc_msg msg; in clnt_raw_call()
H A Dsvc_vc.c82 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) in rendezvous_request()
625 svc_vc_recv(SVCXPRT *xprt, struct rpc_msg *msg) in svc_vc_recv()
678 svc_vc_reply(SVCXPRT *xprt, struct rpc_msg *msg) in svc_vc_reply()
733 (bool_t (*)(SVCXPRT *, struct rpc_msg *))abort; in svc_vc_rendezvous_ops()
H A Drpc_prot.c182 xdr_replymsg(XDR *xdrs, struct rpc_msg *rmsg) in xdr_replymsg()
204 xdr_callhdr(XDR *xdrs, struct rpc_msg *cmsg) in xdr_callhdr()
289 _seterr_reply(struct rpc_msg *msg, struct rpc_err *error) in _seterr_reply()
H A Dsvc_auth_unix.c67 _svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_unix()
145 _svcauth_short(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_short()
H A Drpc_callmsg.c69 xdr_callmsg(XDR *xdrs, struct rpc_msg *cmsg) in __weak_alias()
H A Dclnt_dg.c169 struct rpc_msg call_msg; in clnt_dg_create()
321 struct rpc_msg reply_msg; in clnt_dg_call()
H A Dclnt_vc.c197 struct rpc_msg call_msg; in clnt_vc_create()
354 struct rpc_msg reply_msg; in clnt_vc_call()
H A Dclnt_bcast.c266 struct rpc_msg msg; /* RPC message */ in rpc_broadcast_exp()
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dmisc_rpc.c62 rpc_msg_init(struct rpc_msg *mp, u_long prog, u_long vers, u_long proc) in rpc_msg_init()
86 struct rpc_msg reply_msg; in pickup_rpc_reply()
123 make_rpc_packet(char *buf, int buflen, u_long proc, struct rpc_msg *mp, voidp arg, XDRPROC_T_TYPE a… in make_rpc_packet()
/netbsd-src/external/bsd/am-utils/dist/include/
H A Dam_utils.h307 extern int make_rpc_packet(char *, int, u_long, struct rpc_msg *, voidp, XDRPROC_T_TYPE, AUTH *);
333 extern void rpc_msg_init(struct rpc_msg *, u_long, u_long, u_long);
H A Dam_defs.h1572 extern bool_t xdr_callmsg(XDR *xdrs, struct rpc_msg *msg);
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dsrvr_nfs.c98 static char ping_buf[NUM_NFS_VERS][sizeof(struct rpc_msg) + 32];
144 struct rpc_msg ping_msg; in create_ping_payload()
239 struct rpc_msg pmap_msg; in call_portmap()
H A Dops_nfs.c537 struct rpc_msg mnt_msg; in call_mountd()
608 struct rpc_msg wnfs_msg; in webnfs_lookup()
/netbsd-src/usr.sbin/ypbind/
H A Dypbind.c1227 struct rpc_msg msg; in handle_replies()
1284 struct rpc_msg msg; in handle_ping()
1342 struct rpc_msg msg; in nag_servers()
1438 struct rpc_msg msg; in ping()
/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_proxy.h405 typedef struct rpc_msg { struct
/netbsd-src/usr.sbin/rpcbind/
H A Drpcb_svc_com.c620 struct rpc_msg call_msg; in rpcbproc_callit_com()
1267 struct rpc_msg reply_msg; in handle_reply()