Searched defs:svc_req (Results 1 – 4 of 4) sorted by relevance
131 struct svc_req { struct132 u_int32_t rq_prog; /* service program number */133 u_int32_t rq_vers; /* service protocol version */134 u_int32_t rq_proc; /* the desired procedure */135 struct opaque_auth rq_cred; /* raw creds from the wire */136 void *rq_clntcred; /* read only cooked cred */137 SVCXPRT *rq_xprt; /* associated transport */
71 svc_create(void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_create()141 svc_tp_create(void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_tp_create()
160 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *)) in svc_auth_reg()
167 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_reg()269 void (*dispatch)(struct svc_req *, SVCXPRT *), int protocol) in svc_register()