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

/freebsd-9.3-release/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.h60 MSG_ACCEPTED=0, enumerator in enum:reply_stat
H A Dsvc.c635 rply.rm_reply.rp_stat = MSG_ACCEPTED;
663 rply.rm_reply.rp_stat = MSG_ACCEPTED;
683 rply.rm_reply.rp_stat = MSG_ACCEPTED;
705 rply.rm_reply.rp_stat = MSG_ACCEPTED;
727 rply.rm_reply.rp_stat = MSG_ACCEPTED;
781 rply.rm_reply.rp_stat = MSG_ACCEPTED;
803 rply.rm_reply.rp_stat = MSG_ACCEPTED;
H A Dsvc_dg.c245 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
H A Dsvc_vc.c818 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
877 if (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.c504 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
/freebsd-9.3-release/include/rpc/
H A Drpc_msg.h60 MSG_ACCEPTED=0, enumerator in enum:reply_stat
/freebsd-9.3-release/lib/libc/rpc/
H A Drpc_prot.c103 * XDR the MSG_ACCEPTED part of a reply message union
177 { (int)MSG_ACCEPTED, (xdrproc_t)xdr_accepted_reply },
277 error->re_lb.s1 = (int32_t)MSG_ACCEPTED;
320 case MSG_ACCEPTED:
H A Dsvc.c383 rply.rm_reply.rp_stat = MSG_ACCEPTED;
403 rply.rm_reply.rp_stat = MSG_ACCEPTED;
421 rply.rm_reply.rp_stat = MSG_ACCEPTED;
439 rply.rm_reply.rp_stat = MSG_ACCEPTED;
528 rply.rm_reply.rp_stat = MSG_ACCEPTED;
548 rply.rm_reply.rp_stat = MSG_ACCEPTED;
H A Dsvc_raw.c183 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
H A Dclnt_bcast.c584 if ((msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
H A Dclnt_dg.c533 if ((reply_msg.rm_reply.rp_stat == MSG_ACCEPTED) &&
H A Dsvc_dg.c352 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
H A Dsvc_vc.c668 if (msg->rm_reply.rp_stat == MSG_ACCEPTED &&
/freebsd-9.3-release/contrib/amd/libamu/
H A Dmisc_rpc.c112 if (reply_msg.rm_reply.rp_stat == MSG_ACCEPTED &&

Completed in 199 milliseconds