Searched defs:svc_req (Results 1 – 1 of 1) sorted by relevance
132 struct svc_req { struct134 u_int32_t rq_prog; /* service program number */135 u_int32_t rq_vers; /* service protocol version */136 u_int32_t rq_proc; /* the desired procedure */137 struct opaque_auth rq_cred; /* raw creds from the wire */138 void *rq_clntcred; /* read only cooked cred */139 SVCXPRT *rq_xprt; /* associated transport */142 caddr_t rq_clntname; /* read only client name */143 caddr_t rq_svcname; /* read only cooked service cred */