Home
last modified time | relevance | path

Searched defs:svc_req (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/include/rpc/
H A Dsvc.h129 struct svc_req { struct
130 uint32_t rq_prog; /* service program number */
131 uint32_t rq_vers; /* service protocol version */
132 uint32_t rq_proc; /* the desired procedure */
133 struct opaque_auth rq_cred; /* raw creds from the wire */
134 void *rq_clntcred; /* read only cooked cred */
135 SVCXPRT *rq_xprt; /* associated transport */
/netbsd-src/lib/libc/rpc/
H A Dsvc_generic.c90 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_create()
161 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_tp_create()
H A Dsvc_auth.c182 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *)) in svc_auth_reg()
H A Dsvc.c249 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_reg()
358 void (*dispatch)(struct svc_req *, SVCXPRT *), int protocol) in svc_register()