Searched refs:MSG_DENIED (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/sys/rpc/
H A Drpc_prot.c134 * XDR the MSG_DENIED part of a reply message union
168 { (int)MSG_DENIED, (xdrproc_t)xdr_rejected_reply },
197 else if (rmsg->rm_reply.rp_stat == MSG_DENIED)
298 error->re_lb.s1 = (int32_t)MSG_DENIED;
325 case MSG_DENIED:
H A Drpc_msg.h61 MSG_DENIED=1 enumerator in enum:reply_stat
H A Dsvc.c749 rply.rm_reply.rp_stat = MSG_DENIED;
/freebsd-9.3-release/include/rpc/
H A Drpc_msg.h61 MSG_DENIED=1 enumerator in enum:reply_stat
/freebsd-9.3-release/lib/libc/rpc/
H A Drpc_prot.c142 * XDR the MSG_DENIED part of a reply message union
178 { (int)MSG_DENIED, (xdrproc_t)xdr_rejected_reply },
301 error->re_lb.s1 = (int32_t)MSG_DENIED;
328 case MSG_DENIED:
H A Dsvc.c497 rply.rm_reply.rp_stat = MSG_DENIED;
/freebsd-9.3-release/lib/librpcsec_gss/
H A Drpcsec_gss.c498 if (reply->rm_reply.rp_stat == MSG_DENIED
/freebsd-9.3-release/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c952 if (reply->rm_reply.rp_stat == MSG_DENIED

Completed in 167 milliseconds