Searched defs:svc_req (Results 1 – 8 of 8) sorted by relevance
/freebsd-src/sys/rpc/ |
H A D | svc.h | 411 void (*)(struct svc_req *, SVCXPRT *), argument 267 struct svc_req { global() struct 288 rq_credareasvc_req global() argument 407 struct svc_req { global() struct 408 rq_progsvc_req global() argument 409 rq_verssvc_req global() argument 410 rq_procsvc_req global() argument 412 rq_clntcredsvc_req global() argument 413 rq_xprtsvc_req global() argument [all...] |
H A D | svc_auth.c | 159 enum auth_stat (*svcauth)(struct svc_req *, struct rpc_msg *), in svc_auth_reg() argument 160 int (*getcred)(struct svc_req *, struct ucred **, int *)) in svc_auth_reg() argument
|
H A D | svc_generic.c | 79 svc_create(SVCPOOL * pool,void (* dispatch)(struct svc_req *,SVCXPRT *),rpcprog_t prognum,rpcvers_t versnum,const char * nettype) svc_create() argument 145 svc_tp_create(SVCPOOL * pool,void (* dispatch)(struct svc_req *,SVCXPRT *),rpcprog_t prognum,rpcvers_t versnum,const char * uaddr,const struct netconfig * nconf) svc_tp_create() argument
|
H A D | svc.c | 503 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_reg()
|
/freebsd-src/include/rpc/ |
H A D | svc.h | 151 struct svc_req { struct 152 u_int32_t rq_prog; /* service program number */ 153 u_int32_t rq_vers; /* service protocol version */ 154 u_int32_t rq_proc; /* the desired procedure */ 155 struct opaque_auth rq_cred; /* raw creds from the wire */ 156 void *rq_clntcred; /* read only cooked cred */ 157 SVCXPRT *rq_xprt; /* associated transport */
|
/freebsd-src/lib/libc/rpc/ |
H A D | svc_generic.c | 76 svc_create(void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_create() 150 svc_tp_create(void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_tp_create()
|
H A D | svc_auth.c | 181 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *)) in svc_auth_reg()
|
H A D | svc.c | 169 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_reg() 269 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_register()
|