Home
last modified time | relevance | path

Searched refs:MSG_ACCEPTED (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/lib/libc/rpc/
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()
594 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_noprog()
611 rply.rm_reply.rp_stat = MSG_ACCEPTED; in svcerr_progvers()
Drpc_prot.c174 { (int)MSG_ACCEPTED, (xdrproc_t)xdr_accepted_reply },
259 error->re_lb.s1 = (int32_t)MSG_ACCEPTED; in accepted()
298 case MSG_ACCEPTED: in _seterr_reply()
Dclnt_bcast.c602 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) && in rpc_broadcast_exp()
Dclnt_dg.c467 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) && in clnt_dg_call()
/netbsd/src/include/rpc/
Drpc_msg.h60 MSG_ACCEPTED=0, enumerator
/netbsd/src/external/bsd/am-utils/dist/libamu/
Dmisc_rpc.c110 if (reply_msg.rm_reply.rp_stat == MSG_ACCEPTED && in pickup_rpc_reply()
/netbsd/src/usr.sbin/ypbind/
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()