Home
last modified time | relevance | path

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

/dflybsd-src/include/rpc/
H A Dsvc.h131 struct svc_req { struct
132 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 */
/dflybsd-src/lib/libc/rpc/
H A Dsvc_generic.c71 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()
H A Dsvc_auth.c160 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *)) in svc_auth_reg()
H A Dsvc.c167 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_reg()
269 void (*dispatch)(struct svc_req *, SVCXPRT *), int protocol) in svc_register()