Searched refs:SVCXPRT (Results 26 - 50 of 80) sorted by relevance

1234

/freebsd-13-stable/libexec/rpc.rquotad/
H A Drquotad.c36 static void rquota_service_1(struct svc_req *request, SVCXPRT *transp);
37 static void rquota_service_2(struct svc_req *request, SVCXPRT *transp);
38 static void sendquota(struct svc_req *request, SVCXPRT *transp);
39 static void sendquota_extended(struct svc_req *request, SVCXPRT *transp);
57 SVCXPRT *transp;
129 rquota_service_2(struct svc_req *request, SVCXPRT *transp)
149 rquota_service_1(struct svc_req *request, SVCXPRT *transp)
170 sendquota(struct svc_req *request, SVCXPRT *transp)
222 sendquota_extended(struct svc_req *request, SVCXPRT *transp)
/freebsd-13-stable/libexec/rpc.sprayd/
H A Dsprayd.c45 static void spray_service(struct svc_req *, SVCXPRT *);
77 SVCXPRT *transp;
130 spray_service(struct svc_req *rqstp, SVCXPRT *transp)
/freebsd-13-stable/sys/rpc/
H A Dsvc.c77 static void xprt_unregister_locked(SVCXPRT *xprt);
82 /* *************** SVCXPRT related stuff **************** */
188 SVCXPRT *xprt, *nxprt;
345 xprt_register(SVCXPRT *xprt)
367 xprt_unregister_locked(SVCXPRT *xprt)
380 xprt_unregister(SVCXPRT *xprt)
402 xprt_assignthread(SVCXPRT *xprt)
435 xprt_active(SVCXPRT *xprt)
463 xprt_inactive_locked(SVCXPRT *xprt)
476 xprt_inactive(SVCXPRT *xpr
[all...]
H A Dkrpc.h44 struct mbuf *, struct mbuf **, struct timeval, SVCXPRT *);
118 SVCXPRT *ct_backchannelxprt; /* xprt for backchannel */
H A Drpcb_prot.h497 extern void rpcbprog_3(struct svc_req *rqstp, SVCXPRT *transp);
522 extern int rpcbprog_3_freeresult(SVCXPRT *, xdrproc_t, caddr_t);
525 extern void rpcbprog_4(struct svc_req *rqstp, SVCXPRT *transp);
555 extern int rpcbprog_4_freeresult(SVCXPRT *, xdrproc_t, caddr_t);
/freebsd-13-stable/libexec/rpc.rstatd/
H A Drstatd.c43 extern void rstat_service(struct svc_req *, SVCXPRT *);
60 SVCXPRT *transp;
/freebsd-13-stable/sys/nlm/
H A Dsm_inter.h76 extern void sm_prog_1(struct svc_req *rqstp, SVCXPRT *transp);
95 extern int sm_prog_1_freeresult(SVCXPRT *, xdrproc_t, caddr_t);
H A Dnlm_prot_svc.c44 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)
/freebsd-13-stable/lib/libc/rpc/
H A Dsvc_dg.c78 static void svc_dg_ops(SVCXPRT *);
79 static enum xprt_stat svc_dg_stat(SVCXPRT *);
80 static bool_t svc_dg_recv(SVCXPRT *, struct rpc_msg *);
81 static bool_t svc_dg_reply(SVCXPRT *, struct rpc_msg *);
82 static bool_t svc_dg_getargs(SVCXPRT *, xdrproc_t, void *);
83 static bool_t svc_dg_freeargs(SVCXPRT *, xdrproc_t, void *);
84 static void svc_dg_destroy(SVCXPRT *);
85 static bool_t svc_dg_control(SVCXPRT *, const u_int, void *);
86 static int cache_get(SVCXPRT *, struct rpc_msg *, char **, size_t *);
87 static void cache_set(SVCXPRT *, size_
[all...]
H A Dsvc_simple.c66 static void universal(struct svc_req *, SVCXPRT *);
73 SVCXPRT *p_transp;
131 SVCXPRT *svcxprt;
247 universal(struct svc_req *rqstp, SVCXPRT *transp)
/freebsd-13-stable/libexec/rpc.rwalld/
H A Drwalld.c56 void wallprog_1(struct svc_req *rqstp, SVCXPRT *transp);
67 SVCXPRT *transp;
165 wallprog_1(struct svc_req *rqstp, SVCXPRT *transp)
/freebsd-13-stable/include/rpc/
H A Dauth_kerb.h138 extern int svc_kerb_reg(SVCXPRT *, char *, char *, char *);
/freebsd-13-stable/libexec/rpc.rusersd/
H A Drusersd.c59 SVCXPRT *transp = NULL; /* Keep compiler happy. */
/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcb_svc_com.c75 SVCXPRT *xprt;
103 static SVCXPRT *find_rmtcallxprt_by_fd(int);
113 static void xprt_set_caller(SVCXPRT *, struct finfo *);
114 static void send_svcsyserr(SVCXPRT *, struct finfo *);
115 static void handle_reply(int, SVCXPRT *);
118 static char *getowner(SVCXPRT *, char *, size_t);
127 rpcbproc_set_com(void *arg, struct svc_req *rqstp __unused, SVCXPRT *transp,
212 rpcbproc_unset_com(void *arg, struct svc_req *rqstp __unused, SVCXPRT *transp,
307 SVCXPRT *transp, rpcvers_t rpcbversnum, rpcvers_t verstype)
350 SVCXPRT *trans
[all...]
H A Dsecurity.c59 check_access(SVCXPRT *xprt, rpcproc_t proc, void *args, unsigned int rpcbvers)
228 check_callit(SVCXPRT *xprt, struct r_rmtcall_args *args, int versnum __unused)
H A Drpcbind.c270 SVCXPRT *my_xprt;
483 my_xprt = (SVCXPRT *)svc_tli_create(fd, nconf, &taddr,
485 if (my_xprt == (SVCXPRT *)NULL) {
532 my_xprt = (SVCXPRT *)svc_tli_create(fd, nconf, &taddr,
534 if (my_xprt == (SVCXPRT *)NULL) {
/freebsd-13-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_main.c193 register SVCXPRT *transp = NULL;
270 if (transp == (SVCXPRT *)NULL) {
/freebsd-13-stable/usr.sbin/bootparamd/bootparamd/
H A Dmain.c47 SVCXPRT *transp;
/freebsd-13-stable/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c103 static int nfs_proc(struct nfsrv_descript *, u_int32_t, SVCXPRT *xprt,
119 nfssvc_program(struct svc_req *rqst, SVCXPRT *xprt)
339 nfs_proc(struct nfsrv_descript *nd, u_int32_t xid, SVCXPRT *xprt,
437 nfssvc_loss(SVCXPRT *xprt)
455 SVCXPRT *xprt;
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clkrpc.c67 nfscb_program(struct svc_req *rqst, SVCXPRT *xprt)
188 SVCXPRT *xprt;
/freebsd-13-stable/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_main.c166 SVCXPRT *transp = NULL;
320 if (transp == (SVCXPRT *)NULL) {
/freebsd-13-stable/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_main.c200 register SVCXPRT *transp = NULL;
287 if (transp == (SVCXPRT *)NULL) {
/freebsd-13-stable/sys/rpc/rpcsec_tls/
H A Drpctls_impl.c80 static SVCXPRT *rpctls_server_xprt = NULL;
85 static enum clnt_stat rpctls_server(SVCXPRT *xprt, struct socket *so,
116 SVCXPRT *xprt;
550 rpctls_server(SVCXPRT *xprt, struct socket *so, uint32_t *flags, uint64_t *sslp,
626 SVCXPRT *xprt;
/freebsd-13-stable/usr.sbin/ypbind/
H A Dypbind.c99 void *ypbindproc_null_2_yp(SVCXPRT *, void *, CLIENT *);
100 void *ypbindproc_setdom_2_yp(SVCXPRT *, struct ypbind_setdom *, CLIENT *);
159 static SVCXPRT *udptransp, *tcptransp;
162 ypbindproc_null_2_yp(SVCXPRT *transp, void *argp, CLIENT *clnt)
171 ypbindproc_domain_2_yp(SVCXPRT *transp, domainname *argp, CLIENT *clnt)
246 ypbindproc_setdom_2_yp(SVCXPRT *transp, ypbind_setdom *argp, CLIENT *clnt)
297 ypbindprog_2(struct svc_req *rqstp, register SVCXPRT *transp)
/freebsd-13-stable/usr.sbin/ypserv/
H A Dyp_main.c86 extern void ypprog_1(struct svc_req *, SVCXPRT *);
87 extern void ypprog_2(struct svc_req *, SVCXPRT *);
260 SVCXPRT *transp;

Completed in 268 milliseconds

1234