Searched defs:svc_req (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/sys/rpc/ |
| H A D | svc.h | 270 struct svc_req { struct 291 STAILQ_HEAD(svc_reqlist, svc_req); argument 410 struct svc_req { struct 411 uint32_t rq_prog; /* service program number */ 412 uint32_t rq_vers; /* service protocol version */ 413 uint32_t rq_proc; /* the desired procedure */ 414 struct opaque_auth rq_cred; /* raw creds from the wire */ 415 void *rq_clntcred; /* read only cooked cred */ 416 SVCXPRT *rq_xprt; /* associated transport */
|
| H A D | svc_auth.c | 164 enum auth_stat (*svcauth)(struct svc_req *, struct rpc_msg *), in svc_auth_reg() 165 int (*getcred)(struct svc_req *, struct ucred **, int *)) in svc_auth_reg() argument
|
| H A D | svc_generic.c | 84 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_create() 150 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_tp_create()
|
| H A D | svc.c | 507 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_reg()
|
| /freebsd-14.2/include/rpc/ |
| H A D | svc.h | 154 struct svc_req { struct 155 u_int32_t rq_prog; /* service program number */ 156 u_int32_t rq_vers; /* service protocol version */ 157 u_int32_t rq_proc; /* the desired procedure */ 158 struct opaque_auth rq_cred; /* raw creds from the wire */ 159 void *rq_clntcred; /* read only cooked cred */ 160 SVCXPRT *rq_xprt; /* associated transport */
|
| /freebsd-14.2/lib/libc/rpc/ |
| H A D | svc_generic.c | 80 svc_create(void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_create() 154 svc_tp_create(void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_tp_create()
|
| H A D | svc_auth.c | 185 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *)) in svc_auth_reg()
|
| H A D | svc.c | 173 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_reg() 273 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_register()
|