Searched defs:svc_req (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/sys/rpc/ |
| HD | svc.h | 254 struct svc_req { struct 275 STAILQ_HEAD(svc_reqlist, svc_req); argument 394 struct svc_req { struct 395 uint32_t rq_prog; /* service program number */ 396 uint32_t rq_vers; /* service protocol version */ 397 uint32_t rq_proc; /* the desired procedure */ 398 struct opaque_auth rq_cred; /* raw creds from the wire */ 399 void *rq_clntcred; /* read only cooked cred */ 400 SVCXPRT *rq_xprt; /* associated transport */
|
| HD | svc_auth.c | 153 enum auth_stat (*svcauth)(struct svc_req *, struct rpc_msg *), in svc_auth_reg() 154 int (*getcred)(struct svc_req *, struct ucred **, int *)) in svc_auth_reg() argument
|
| HD | svc_generic.c | 84 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_create() 150 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_tp_create()
|
| HD | svc.c | 499 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_reg()
|
| /freebsd-11-stable/include/rpc/ |
| HD | svc.h | 153 struct svc_req { struct 154 u_int32_t rq_prog; /* service program number */ 155 u_int32_t rq_vers; /* service protocol version */ 156 u_int32_t rq_proc; /* the desired procedure */ 157 struct opaque_auth rq_cred; /* raw creds from the wire */ 158 void *rq_clntcred; /* read only cooked cred */ 159 SVCXPRT *rq_xprt; /* associated transport */
|
| /freebsd-11-stable/lib/libc/rpc/ |
| HD | svc_generic.c | 81 svc_create(void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_create() 155 svc_tp_create(void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_tp_create()
|
| HD | svc_auth.c | 186 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *)) in svc_auth_reg()
|
| HD | svc.c | 174 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_reg() 274 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_register()
|