Searched defs:svc_req (Results 1 – 5 of 5) sorted by relevance
133 struct svc_req { struct134 u_long rq_prog; /* service program number */135 u_long rq_vers; /* service protocol version */136 u_long rq_proc; /* the desired procedure */137 struct opaque_auth rq_cred; /* raw creds from the wire */138 caddr_t rq_clntcred; /* read only cooked cred */139 SVCXPRT *rq_xprt; /* associated transport */
61 fmd_rpc_svc_create_local(void (*disp)(struct svc_req *, SVCXPRT *), in fmd_rpc_svc_create_local()148 fmd_rpc_svc_init(void (*disp)(struct svc_req *, SVCXPRT *), in fmd_rpc_svc_init()
100 rdcstub_set_dispatch(void (*disp)(struct svc_req *, SVCXPRT *)) in rdcstub_set_dispatch()
104 struct svc_req { struct105 rpcprog_t rq_prog; /* service program number */106 rpcvers_t rq_vers; /* service protocol version */107 rpcproc_t rq_proc; /* the desired procedure */108 struct opaque_auth rq_cred; /* raw creds from the wire */109 caddr_t rq_clntcred; /* read only cooked cred */110 SVCXPRT *rq_xprt; /* associated transport */111 bslabel_t *rq_label; /* TSOL label of the request */
218 typedef struct svc_req { /* required fields */ struct221 } svc_req_t; argument