Home
last modified time | relevance | path

Searched refs:rm_reply (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/lib/libc/rpc/
H A Drpc_prot.c191 return (xdr_union(xdrs, (enum_t *)(void *)&(rmsg->rm_reply.rp_stat), in xdr_replymsg()
192 (caddr_t)(void *)&(rmsg->rm_reply.ru), reply_dscrm, in xdr_replymsg()
296 switch (msg->rm_reply.rp_stat) { in _seterr_reply()
312 error->re_lb.s1 = (int32_t)(msg->rm_reply.rp_stat); in _seterr_reply()
H A Dsvc.c450 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svc_sendreply()
469 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noproc()
486 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_decode()
503 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_systemerr()
565 rply.rm_reply.rp_stat = MSG_DENIED; in svcerr_auth()
594 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noprog()
611 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_progvers()
H A Dclnt_bcast.c602 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) && in rpc_broadcast_exp()
H A Dclnt_dg.c467 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_dg_call()
/netbsd-src/external/bsd/tcpdump/dist/
H A Drpc_msg.h124 #define rm_reply ru.RM_rmb macro
/netbsd-src/include/rpc/
H A Drpc_msg.h157 #define rm_reply ru.RM_rmb macro
/netbsd-src/external/bsd/am-utils/dist/libamu/
H A Dmisc_rpc.c110 if (reply_msg.rm_reply.rp_stat == MSG_ACCEPTED && in pickup_rpc_reply()
/netbsd-src/usr.sbin/ypbind/
H A Dypbind.c1258 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) && in handle_replies()
1316 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) && in handle_ping()