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

/freebsd-10.0-release/sys/rpc/
H A Drpc_prot.c135 * XDR the MSG_DENIED part of a reply message union
169 { (int)MSG_DENIED, (xdrproc_t)xdr_rejected_reply },
198 else if (rmsg->rm_reply.rp_stat == MSG_DENIED)
299 error->re_lb.s1 = (int32_t)MSG_DENIED;
326 case MSG_DENIED:
H A Drpc_msg.h62 MSG_DENIED=1 enumerator in enum:reply_stat
H A Dsvc.c672 rply.rm_reply.rp_stat = MSG_DENIED;
/freebsd-10.0-release/include/rpc/
H A Drpc_msg.h62 MSG_DENIED=1 enumerator in enum:reply_stat
/freebsd-10.0-release/lib/libc/rpc/
H A Drpc_prot.c143 * XDR the MSG_DENIED part of a reply message union
179 { (int)MSG_DENIED, (xdrproc_t)xdr_rejected_reply },
302 error->re_lb.s1 = (int32_t)MSG_DENIED;
329 case MSG_DENIED:
H A Dsvc.c498 rply.rm_reply.rp_stat = MSG_DENIED;
/freebsd-10.0-release/lib/librpcsec_gss/
H A Drpcsec_gss.c498 if (reply->rm_reply.rp_stat == MSG_DENIED
/freebsd-10.0-release/sys/rpc/rpcsec_gss/
H A Drpcsec_gss.c1041 if (reply->rm_reply.rp_stat == MSG_DENIED

Completed in 97 milliseconds