| /netbsd-src/include/rpc/ |
| H A D | rpc_msg.h | 149 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 D | 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 *);
|
| H A D | svc_auth.h | 48 extern enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *); 50 struct rpc_msg *));
|
| H A D | svc.h | 93 bool_t (*xp_recv)(struct __rpc_svcxprt *, struct rpc_msg *); 100 bool_t (*xp_reply)(struct __rpc_svcxprt *, struct rpc_msg *);
|
| H A D | Makefile | 6 rpc_com.h rpc_msg.h rpcb_clnt.h rpcb_prot.h rpcent.h \
|
| /netbsd-src/lib/libc/rpc/ |
| H A D | svc_auth.c | 84 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 D | 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) in svc_raw_recv() 164 svc_raw_reply(SVCXPRT *xprt, struct rpc_msg *msg) in svc_raw_reply()
|
| H A D | svc.c | 445 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 D | 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) 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 D | clnt_raw.c | 82 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 D | 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) 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 D | rpc_prot.c | 182 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 D | svc_auth_unix.c | 67 _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 D | rpc_callmsg.c | 69 xdr_callmsg(XDR *xdrs, struct rpc_msg *cmsg) in __weak_alias()
|
| H A D | clnt_dg.c | 169 struct rpc_msg call_msg; in clnt_dg_create() 321 struct rpc_msg reply_msg; in clnt_dg_call()
|
| H A D | clnt_vc.c | 197 struct rpc_msg call_msg; in clnt_vc_create() 354 struct rpc_msg reply_msg; in clnt_vc_call()
|
| H A D | clnt_bcast.c | 266 struct rpc_msg msg; /* RPC message */ in rpc_broadcast_exp()
|
| /netbsd-src/external/bsd/am-utils/dist/libamu/ |
| H A D | misc_rpc.c | 62 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 D | am_utils.h | 307 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 D | am_defs.h | 1572 extern bool_t xdr_callmsg(XDR *xdrs, struct rpc_msg *msg);
|
| /netbsd-src/external/bsd/am-utils/dist/amd/ |
| H A D | srvr_nfs.c | 98 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 D | ops_nfs.c | 537 struct rpc_msg mnt_msg; in call_mountd() 608 struct rpc_msg wnfs_msg; in webnfs_lookup()
|
| /netbsd-src/usr.sbin/ypbind/ |
| H A D | ypbind.c | 1227 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 D | ip_proxy.h | 405 typedef struct rpc_msg { struct
|
| /netbsd-src/usr.sbin/rpcbind/ |
| H A D | rpcb_svc_com.c | 620 struct rpc_msg call_msg; in rpcbproc_callit_com() 1267 struct rpc_msg reply_msg; in handle_reply()
|