Searched refs:MSG_ACCEPTED (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/sys/rpc/
H A Drpc_prot.c93 * XDR the MSG_ACCEPTED part of a reply message union
167 { (int)MSG_ACCEPTED, (xdrproc_t)xdr_accepted_reply },
194 if (rmsg->rm_reply.rp_stat == MSG_ACCEPTED)
278 error->re_lb.s1 = (int32_t)MSG_ACCEPTED;
317 case MSG_ACCEPTED:
H A Drpc_msg.h62 MSG_ACCEPTED=0, enumerator in enum:reply_stat
H A Dsvc.c702 rply.rm_reply.rp_stat = MSG_ACCEPTED;
728 rply.rm_reply.rp_stat = MSG_ACCEPTED;
748 rply.rm_reply.rp_stat = MSG_ACCEPTED;
770 rply.rm_reply.rp_stat = MSG_ACCEPTED;
792 rply.rm_reply.rp_stat = MSG_ACCEPTED;
846 rply.rm_reply.rp_stat = MSG_ACCEPTED;
868 rply.rm_reply.rp_stat = MSG_ACCEPTED;
H A Dsvc_dg.c245 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
H A Dsvc_vc.c849 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
906 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
H A Dclnt_bck.c410 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
H A Dclnt_dg.c701 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
H A Dclnt_vc.c521 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
/freebsd-12-stable/include/rpc/
H A Drpc_msg.h62 MSG_ACCEPTED=0, enumerator in enum:reply_stat
/freebsd-12-stable/lib/libc/rpc/
H A Drpc_prot.c101 * XDR the MSG_ACCEPTED part of a reply message union
171 { (int)MSG_ACCEPTED, (xdrproc_t)xdr_accepted_reply },
265 error->re_lb.s1 = (int32_t)MSG_ACCEPTED;
304 case MSG_ACCEPTED:
H A Dsvc.c370 rply.rm_reply.rp_stat = MSG_ACCEPTED;
389 rply.rm_reply.rp_stat = MSG_ACCEPTED;
406 rply.rm_reply.rp_stat = MSG_ACCEPTED;
423 rply.rm_reply.rp_stat = MSG_ACCEPTED;
504 rply.rm_reply.rp_stat = MSG_ACCEPTED;
521 rply.rm_reply.rp_stat = MSG_ACCEPTED;
H A Dsvc_raw.c180 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
H A Dclnt_bcast.c592 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
H A Dclnt_dg.c539 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
H A Dsvc_dg.c346 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
H A Dsvc_vc.c644 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
/freebsd-12-stable/contrib/amd/libamu/
H A Dmisc_rpc.c108 if (reply_msg.rm_reply.rp_stat == MSG_ACCEPTED &&

Completed in 299 milliseconds