Searched defs:svc_req (Results 1 – 4 of 4) sorted by relevance
128 struct svc_req { struct129 uint32_t rq_prog; /* service program number */130 uint32_t rq_vers; /* service protocol version */131 uint32_t rq_proc; /* the desired procedure */132 struct opaque_auth rq_cred; /* raw creds from the wire */133 void *rq_clntcred; /* read only cooked cred */134 SVCXPRT *rq_xprt; /* associated transport */
90 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_create()164 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_tp_create()
183 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *)) in svc_auth_reg()
212 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_reg()321 void (*dispatch)(struct svc_req *, SVCXPRT *), int protocol) in svc_register()