/src/libexec/rpc.rusersd/ |
rusers_proc.h | 27 void rusers_service(struct svc_req *, SVCXPRT *);
|
rusersd.c | 66 SVCXPRT *transp;
|
/src/include/rpc/ |
svc_soc.h | 60 * SVCXPRT *xprt; 67 extern bool_t svc_register(SVCXPRT *, unsigned long, unsigned long, 68 void (*)(struct svc_req *, SVCXPRT *), int); 87 extern SVCXPRT *svcraw_create(void); 95 extern SVCXPRT *svcudp_create(int); 96 extern SVCXPRT *svcudp_bufcreate(int, unsigned int, unsigned int); 97 extern int svcudp_enablecache(SVCXPRT *, unsigned long); 105 extern SVCXPRT *svctcp_create(int, unsigned int, unsigned int); 112 extern SVCXPRT *svcfd_create(int, unsigned int, unsigned int);
|
svc.h | 67 * parameters, struct svc_req * and SVCXPRT *, defined below. 124 } SVCXPRT; 135 SVCXPRT *rq_xprt; /* associated transport */ 149 * Operations defined on an SVCXPRT handle 151 * SVCXPRT *xprt; 193 * const SVCXPRT *xprt; 201 extern bool_t svc_reg(SVCXPRT *, const rpcprog_t, const rpcvers_t, 202 void (*)(struct svc_req *, SVCXPRT *), 222 * SVCXPRT *xprt; 225 extern bool_t xprt_register (SVCXPRT *); [all...] |
/src/usr.sbin/rpc.yppasswdd/ |
extern.h | 30 void make_passwd(yppasswd *, struct svc_req *, SVCXPRT *);
|
rpc.yppasswdd.c | 56 void yppasswddprog_1(struct svc_req *, SVCXPRT *); 62 SVCXPRT *transp; 136 yppasswddprog_1(struct svc_req *rqstp, SVCXPRT *transp)
|
/src/usr.sbin/rpcbind/ |
rpcbind.h | 90 char *mergeaddr(SVCXPRT *, char *, char *, char *); 100 void *rpcbproc_getstat(void *, struct svc_req *, SVCXPRT *, rpcvers_t); 102 void rpcb_service_3(struct svc_req *, SVCXPRT *); 103 void rpcb_service_4(struct svc_req *, SVCXPRT *); 106 void *rpcbproc_set_com(void *, struct svc_req *, SVCXPRT *, rpcvers_t); 107 void *rpcbproc_unset_com(void *, struct svc_req *, SVCXPRT *, rpcvers_t); 111 void *rpcbproc_getaddr_com(RPCB *, struct svc_req *, SVCXPRT *, rpcvers_t, 113 void *rpcbproc_gettime_com(void *, struct svc_req *, SVCXPRT *, 116 SVCXPRT *, rpcvers_t); 117 void *rpcbproc_taddr2uaddr_com(void *, struct svc_req *, SVCXPRT *, [all...] |
rpcb_svc.c | 55 static void *rpcbproc_getaddr_3_local(void *, struct svc_req *, SVCXPRT *, 57 static void *rpcbproc_dump_3_local(void *, struct svc_req *, SVCXPRT *, 65 rpcb_service_3(struct svc_req *rqstp, SVCXPRT *transp) 77 void *(*local)(void *, struct svc_req *, SVCXPRT *, rpcvers_t); 207 SVCXPRT *transp __unused, rpcvers_t versnum __unused) 229 SVCXPRT *transp __unused, rpcvers_t versnum __unused)
|
rpcb_svc_4.c | 54 static void *rpcbproc_getaddr_4_local(void *, struct svc_req *, SVCXPRT *, 56 static void *rpcbproc_getversaddr_4_local(void *, struct svc_req *, SVCXPRT *, 58 static void *rpcbproc_getaddrlist_4_local(void *, struct svc_req *, SVCXPRT *, 61 static void *rpcbproc_dump_4_local(void *, struct svc_req *, SVCXPRT *, 69 rpcb_service_4(struct svc_req *rqstp, SVCXPRT *transp) 80 void *(*local)(void *, struct svc_req *, SVCXPRT *, rpcvers_t); 262 rpcbproc_getaddr_4_local(void *arg, struct svc_req *rqstp, SVCXPRT *transp, 292 rpcbproc_getversaddr_4_local(void *arg, struct svc_req *rqstp, SVCXPRT *transp, 321 SVCXPRT *transp, rpcvers_t versnum __unused) 450 SVCXPRT *xprt __unused, rpcvers_t versnum __unused [all...] |
pmap_svc.c | 62 static bool_t pmapproc_change(struct svc_req *, SVCXPRT *, u_long); 63 static bool_t pmapproc_getport(struct svc_req *, SVCXPRT *); 64 static bool_t pmapproc_dump(struct svc_req *, SVCXPRT *); 70 pmap_service(struct svc_req *rqstp, SVCXPRT *xprt) 168 pmapproc_change(struct svc_req *rqstp __unused, SVCXPRT *xprt, unsigned long op) 262 pmapproc_getport(struct svc_req *rqstp __unused, SVCXPRT *xprt) 343 pmapproc_dump(struct svc_req *rqstp __unused, SVCXPRT *xprt)
|
/src/lib/libc/rpc/ |
svc_raw.c | 79 SVCXPRT server; 84 static enum xprt_stat svc_raw_stat(SVCXPRT *); 85 static bool_t svc_raw_recv(SVCXPRT *, struct rpc_msg *); 86 static bool_t svc_raw_reply(SVCXPRT *, struct rpc_msg *); 87 static bool_t svc_raw_getargs(SVCXPRT *, xdrproc_t, caddr_t); 88 static bool_t svc_raw_freeargs(SVCXPRT *, xdrproc_t, caddr_t); 89 static void svc_raw_destroy(SVCXPRT *); 90 static void svc_raw_ops(SVCXPRT *); 91 static bool_t svc_raw_control(SVCXPRT *, const u_int, void *); 95 SVCXPRT * [all...] |
rpc_internal.h | 38 void __xprt_unregister_unlocked(SVCXPRT *); 64 extern SVCXPRT **__svc_xports;
|
svc_vc.c | 81 static SVCXPRT *makefd_xprt(int, u_int, u_int); 82 static bool_t rendezvous_request(SVCXPRT *, struct rpc_msg *); 83 static enum xprt_stat rendezvous_stat(SVCXPRT *); 84 static void svc_vc_destroy(SVCXPRT *); 85 static void __svc_vc_dodestroy(SVCXPRT *); 88 static enum xprt_stat svc_vc_stat(SVCXPRT *); 89 static bool_t svc_vc_recv(SVCXPRT *, struct rpc_msg *); 90 static bool_t svc_vc_getargs(SVCXPRT *, xdrproc_t, caddr_t); 91 static bool_t svc_vc_freeargs(SVCXPRT *, xdrproc_t, caddr_t); 92 static bool_t svc_vc_reply(SVCXPRT *, struct rpc_msg *) [all...] |
svc.c | 94 SVCXPRT **__svc_xports; 116 void (*sc_dispatch)(struct svc_req *, SVCXPRT *); 121 static void __xprt_do_unregister(SVCXPRT *xprt, bool_t dolock); 123 /* *************** SVCXPRT related stuff **************** */ 129 SVCXPRT **oldxports, **newxports; 151 newxports = realloc(oldxports, newmaxxports * sizeof(SVCXPRT *)); 158 (newmaxxports - oldmaxxports) * sizeof(SVCXPRT *)); 171 xprt_register(SVCXPRT *xprt) 197 xprt_unregister(SVCXPRT *xprt) 203 __xprt_unregister_unlocked(SVCXPRT *xprt [all...] |
svc_dg.c | 84 static void svc_dg_ops(SVCXPRT *); 85 static enum xprt_stat svc_dg_stat(SVCXPRT *); 86 static bool_t svc_dg_recv(SVCXPRT *, struct rpc_msg *); 87 static bool_t svc_dg_reply(SVCXPRT *, struct rpc_msg *); 88 static bool_t svc_dg_getargs(SVCXPRT *, xdrproc_t, caddr_t); 89 static bool_t svc_dg_freeargs(SVCXPRT *, xdrproc_t, caddr_t); 90 static void svc_dg_destroy(SVCXPRT *); 91 static bool_t svc_dg_control(SVCXPRT *, const u_int, void *); 92 static int cache_get(SVCXPRT *, struct rpc_msg *, char **, size_t *); 93 static void cache_set(SVCXPRT *, size_t) [all...] |
svc_generic.c | 77 extern int __svc_vc_setflag(SVCXPRT *, int); 90 void (*dispatch)(struct svc_req *, SVCXPRT *), 96 SVCXPRT *xprt; /* Server handle */ 101 SVCXPRT *xprt; 159 SVCXPRT * 161 void (*dispatch)(struct svc_req *, SVCXPRT *), 166 SVCXPRT *xprt; 197 SVCXPRT * 205 SVCXPRT *xprt = NULL; /* service handle */
|
rpc_soc.c | 101 static SVCXPRT *svc_com_create(int, u_int, u_int, const char *); 225 static SVCXPRT * 229 SVCXPRT *svc; 283 SVCXPRT * 289 SVCXPRT * 295 SVCXPRT * 302 SVCXPRT * 308 SVCXPRT *
|
/src/usr.sbin/ypserv/yppush/ |
yppush.h | 47 void yppush_xfrrespprog_1(struct svc_req *, SVCXPRT *);
|
/src/usr.sbin/rpc.lockd/ |
lockd.c | 74 void nlm_prog_0(struct svc_req *, SVCXPRT *); 75 void nlm_prog_1(struct svc_req *, SVCXPRT *); 76 void nlm_prog_3(struct svc_req *, SVCXPRT *); 77 void nlm_prog_4(struct svc_req *, SVCXPRT *); 87 SVCXPRT *transp;
|
/src/libexec/rpc.rquotad/ |
rquotad.c | 37 static void rquota_service(struct svc_req *request, SVCXPRT *transp); 38 static void ext_rquota_service(struct svc_req *request, SVCXPRT *transp); 39 static void sendquota(struct svc_req *request, int vers, SVCXPRT *transp); 56 SVCXPRT *transp; 116 rquota_service(struct svc_req *request, SVCXPRT *transp) 137 ext_rquota_service(struct svc_req *request, SVCXPRT *transp) 211 sendquota(struct svc_req *request, int vers, SVCXPRT *transp)
|
/src/libexec/rpc.rwalld/ |
rwalld.c | 65 static void wallprog_1(struct svc_req *, SVCXPRT *); 78 SVCXPRT *transp; 149 wallprog_1(struct svc_req *rqstp, SVCXPRT *transp)
|
/src/libexec/rpc.sprayd/ |
sprayd.c | 45 static void spray_service(struct svc_req *, SVCXPRT *); 69 SVCXPRT *transp; 122 spray_service(struct svc_req *rqstp, SVCXPRT *transp)
|
/src/libexec/rpc.rstatd/ |
rstatd.c | 52 extern void rstat_service(struct svc_req *, SVCXPRT *); 70 SVCXPRT *transp;
|
/src/sys/fs/nfs/nlm/ |
sm_inter.h | 78 extern void sm_prog_1(struct svc_req *rqstp, SVCXPRT *transp); 97 extern int sm_prog_1_freeresult(SVCXPRT *, xdrproc_t, caddr_t);
|
nlm_prot_svc.c | 44 void nlm_prog_0(struct svc_req *rqstp, SVCXPRT *transp); 45 void nlm_prog_1(struct svc_req *rqstp, SVCXPRT *transp); 46 void nlm_prog_3(struct svc_req *rqstp, SVCXPRT *transp); 47 void nlm_prog_4(struct svc_req *rqstp, SVCXPRT *transp); 50 nlm_prog_0(struct svc_req *rqstp, SVCXPRT *transp) 98 nlm_prog_1(struct svc_req *rqstp, SVCXPRT *transp) 252 nlm_prog_3(struct svc_req *rqstp, SVCXPRT *transp) 345 nlm_prog_4(struct svc_req *rqstp, SVCXPRT *transp)
|