|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <svc.h>

Public Attributes | |
| u_int32_t | rq_prog |
| u_int32_t | rq_vers |
| u_int32_t | rq_proc |
| struct opaque_auth | rq_cred |
| void * | rq_clntcred |
| SVCXPRT * | rq_xprt |
| caddr_t | rq_clntname |
| caddr_t | rq_svcname |
| void* svc_req::rq_clntcred |
Definition at line 138 of file svc.h.
Referenced by _svcauth_des(), _svcauth_gss(), _svcauth_unix(), and svcauth_gss_accept_sec_context().
| caddr_t svc_req::rq_clntname |
Definition at line 142 of file svc.h.
Referenced by _svcauth_gss().
| struct opaque_auth svc_req::rq_cred |
Definition at line 137 of file svc.h.
Referenced by _authenticate(), and _svcauth_gss().
| u_int32_t svc_req::rq_proc |
Definition at line 136 of file svc.h.
Referenced by _svcauth_gss(), and universal().
| u_int32_t svc_req::rq_prog |
Definition at line 134 of file svc.h.
Referenced by universal().
| caddr_t svc_req::rq_svcname |
Definition at line 143 of file svc.h.
Referenced by _svcauth_gss().
| u_int32_t svc_req::rq_vers |
Definition at line 135 of file svc.h.
Referenced by universal().
| SVCXPRT* svc_req::rq_xprt |
Definition at line 139 of file svc.h.
Referenced by _authenticate(), _svcauth_des(), _svcauth_gss(), _svcauth_none(), _svcauth_unix(), svcauth_gss_accept_sec_context(), and svcauth_gss_nextverf().