Home
last modified time | relevance | path

Searched refs:svc_req (Results 1 – 25 of 49) sorted by relevance

12

/dragonfly/usr.sbin/ypserv/
H A Dyp_server.c72 ypproc_null_2_svc(void *argp, struct svc_req *rqstp) in ypproc_null_2_svc()
78 if (yp_access(NULL, NULL, (struct svc_req *)rqstp)) in ypproc_null_2_svc()
80 if (yp_access(NULL, (struct svc_req *)rqstp)) in ypproc_null_2_svc()
95 if (yp_access(NULL, NULL, (struct svc_req *)rqstp)) {
97 if (yp_access(NULL, (struct svc_req *)rqstp)) {
117 if (yp_access(NULL, NULL, (struct svc_req *)rqstp))
119 if (yp_access(NULL, (struct svc_req *)rqstp))
142 if (yp_access(argp->map, (struct svc_req *)rqstp)) {
212 if (yp_access(argp->map, (struct svc_req *)rqstp)) {
430 if (yp_access(NULL, (struct svc_req *)rqstp))
[all …]
H A Dyp_extern.h85 extern int yp_access(const char *, const char *, const struct svc_req *);
87 extern int yp_access(const char *, const struct svc_req *);
114 extern ypstat yp_async_lookup_name(struct svc_req *, char *, int);
115 extern ypstat yp_async_lookup_addr(struct svc_req *, char *, int);
/dragonfly/usr.sbin/rpc.lockd/
H A Dlock_proc.c62 static void log_from_addr(const char *, struct svc_req *);
73 log_from_addr(const char *fun_name, struct svc_req *req) in log_from_addr()
381 nlm_test_1_svc(nlm_testargs *arg, struct svc_req *rqstp) in nlm_test_1_svc()
468 nlm_lock_1_svc(nlm_lockargs *arg, struct svc_req *rqstp) in nlm_lock_1_svc()
519 nlm_cancel_1_svc(nlm_cancargs *arg, struct svc_req *rqstp) in nlm_cancel_1_svc()
671 nlm_lock_res_1_svc(nlm_res *arg, struct svc_req *rqstp) in nlm_lock_res_1_svc()
698 nlm_unlock_res_1_svc(nlm_res *arg, struct svc_req *rqstp) in nlm_unlock_res_1_svc()
734 nlm_share_3_svc(nlm_shareargs *arg, struct svc_req *rqstp) in nlm_share_3_svc()
819 nlm4_test_4_svc(nlm4_testargs *arg, struct svc_req *rqstp) in nlm4_test_4_svc()
898 nlm4_lock_4_svc(nlm4_lockargs *arg, struct svc_req *rqstp) in nlm4_lock_4_svc()
[all …]
H A Dlockd.c82 void nlm_prog_0(struct svc_req *, SVCXPRT *);
83 void nlm_prog_1(struct svc_req *, SVCXPRT *);
84 void nlm_prog_3(struct svc_req *, SVCXPRT *);
85 void nlm_prog_4(struct svc_req *, SVCXPRT *);
/dragonfly/usr.sbin/rpcbind/
H A Drpcbind.h93 void *rpcbproc_getstat(void *, struct svc_req *, SVCXPRT *, rpcvers_t);
95 void rpcb_service_3(struct svc_req *, SVCXPRT *);
96 void rpcb_service_4(struct svc_req *, SVCXPRT *);
99 void *rpcbproc_set_com(void *, struct svc_req *, SVCXPRT *, rpcvers_t);
100 void *rpcbproc_unset_com(void *, struct svc_req *, SVCXPRT *, rpcvers_t);
104 void *rpcbproc_getaddr_com(RPCB *, struct svc_req *, SVCXPRT *, rpcvers_t,
106 void *rpcbproc_gettime_com(void *, struct svc_req *, SVCXPRT *,
108 void *rpcbproc_uaddr2taddr_com(void *, struct svc_req *,
110 void *rpcbproc_taddr2uaddr_com(void *, struct svc_req *, SVCXPRT *,
113 void rpcbproc_callit_com(struct svc_req *, SVCXPRT *, rpcvers_t,
[all …]
H A Drpcb_svc_4.c53 static void *rpcbproc_getaddr_4_local(void *, struct svc_req *, SVCXPRT *,
55 static void *rpcbproc_getversaddr_4_local(void *, struct svc_req *,
57 static void *rpcbproc_getaddrlist_4_local(void *, struct svc_req *,
60 static void *rpcbproc_dump_4_local(void *, struct svc_req *, SVCXPRT *,
68 rpcb_service_4(struct svc_req *rqstp, SVCXPRT *transp) in rpcb_service_4()
79 void *(*local)(void *, struct svc_req *, SVCXPRT *, rpcvers_t); in rpcb_service_4()
261 rpcbproc_getaddr_4_local(void *arg, struct svc_req *rqstp, SVCXPRT *transp, in rpcbproc_getaddr_4_local()
291 rpcbproc_getversaddr_4_local(void *arg, struct svc_req *rqstp, SVCXPRT *transp, in rpcbproc_getversaddr_4_local()
319 rpcbproc_getaddrlist_4_local(void *arg, struct svc_req *rqstp __unused, in rpcbproc_getaddrlist_4_local()
448 rpcbproc_dump_4_local(void *arg __unused, struct svc_req *req __unused, in rpcbproc_dump_4_local()
H A Drpcb_svc.c54 static void *rpcbproc_getaddr_3_local(void *, struct svc_req *, SVCXPRT *,
56 static void *rpcbproc_dump_3_local(void *, struct svc_req *, SVCXPRT *,
64 rpcb_service_3(struct svc_req *rqstp, SVCXPRT *transp) in rpcb_service_3()
76 void *(*local)(void *, struct svc_req *, SVCXPRT *, rpcvers_t); in rpcb_service_3()
205 rpcbproc_getaddr_3_local(void *arg, struct svc_req *rqstp __unused, in rpcbproc_getaddr_3_local()
227 rpcbproc_dump_3_local(void *arg __unused, struct svc_req *rqstp __unused, in rpcbproc_dump_3_local()
H A Dpmap_svc.c55 static bool_t pmapproc_change(struct svc_req *, SVCXPRT *, u_long);
56 static bool_t pmapproc_getport(struct svc_req *, SVCXPRT *);
57 static bool_t pmapproc_dump(struct svc_req *, SVCXPRT *);
63 pmap_service(struct svc_req *rqstp, SVCXPRT *xprt) in pmap_service()
161 pmapproc_change(struct svc_req *rqstp __unused, SVCXPRT *xprt, unsigned long op) in pmapproc_change()
255 pmapproc_getport(struct svc_req *rqstp __unused, SVCXPRT *xprt) in pmapproc_getport()
336 pmapproc_dump(struct svc_req *rqstp __unused, SVCXPRT *xprt) in pmapproc_dump()
/dragonfly/libexec/rpc.rusersd/
H A Drusers_proc.c187 rusers_num(void *argp __unused, struct svc_req *rqstp __unused) in rusers_num()
226 rusersproc_names_2_svc(void *argp __unused, struct svc_req *rqstp __unused) in rusersproc_names_2_svc()
232 rusersproc_allnames_2_svc(void *argp __unused, struct svc_req *rqstp __unused) in rusersproc_allnames_2_svc()
238 rusersproc_names_1_svc(void *argp __unused, struct svc_req *rqstp __unused) in rusersproc_names_1_svc()
244 rusersproc_allnames_1_svc(void *argp __unused, struct svc_req *rqstp __unused) in rusersproc_allnames_1_svc()
249 typedef void *(*rusersproc_t)(void *, struct svc_req *);
252 rusers_service(struct svc_req *rqstp, SVCXPRT *transp) in rusers_service()
/dragonfly/lib/libc/rpc/
H A Dsvc_auth.c66 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *);
90 _authenticate(struct svc_req *rqst, struct rpc_msg *msg) in _authenticate()
139 _svcauth_null(struct svc_req *rqst __unused, struct rpc_msg *msg __unused) in _svcauth_null()
160 enum auth_stat (*handler)(struct svc_req *, struct rpc_msg *)) in svc_auth_reg() argument
H A Dsvc_auth_unix.c56 _svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg) in _svcauth_unix()
145 _svcauth_short(struct svc_req *rqst __unused, struct rpc_msg *msg __unused) in _svcauth_short()
H A Dsvc.c81 void (*sc_dispatch)(struct svc_req *, SVCXPRT *);
167 void (*dispatch)(struct svc_req *, SVCXPRT *), in svc_reg() argument
269 void (*dispatch)(struct svc_req *, SVCXPRT *), int protocol) in svc_register() argument
536 struct svc_req r; in svc_getreq_common()
/dragonfly/usr.sbin/rpc.ypupdated/
H A Dypupdated_server.c66 yp_checkauth(struct svc_req *svcreq) in yp_checkauth()
93 ypu_change_1_svc(struct ypupdate_args *args, struct svc_req *svcreq) in ypu_change_1_svc()
127 ypu_insert_1_svc(struct ypupdate_args *args, struct svc_req *svcreq) in ypu_insert_1_svc()
161 ypu_delete_1_svc(struct ypdelete_args *args, struct svc_req *svcreq) in ypu_delete_1_svc()
195 ypu_store_1_svc(struct ypupdate_args *args, struct svc_req *svcreq) in ypu_store_1_svc()
/dragonfly/usr.sbin/rpc.statd/
H A Dprocs.c54 sm_stat_1_svc(sm_name *arg, __unused struct svc_req *req) in sm_stat_1_svc()
81 sm_mon_1_svc(mon *arg, __unused struct svc_req *req) in sm_mon_1_svc()
180 sm_unmon_1_svc(mon_id *arg, __unused struct svc_req *req) in sm_unmon_1_svc()
219 sm_unmon_all_1_svc(my_id *arg, __unused struct svc_req *req) in sm_unmon_all_1_svc()
257 sm_simu_crash_1_svc(__unused void *v, __unused struct svc_req *req) in sm_simu_crash_1_svc()
302 sm_notify_1_svc(stat_chge *arg, __unused struct svc_req *req) in sm_notify_1_svc()
/dragonfly/libexec/rpc.rstatd/
H A Drstat_proc.c103 rstatproc_stats_3_svc(void *argp, struct svc_req *rqstp) in rstatproc_stats_3_svc()
112 rstatproc_stats_2_svc(void *argp, struct svc_req *rqstp) in rstatproc_stats_2_svc()
121 rstatproc_stats_1_svc(void *argp, struct svc_req *rqstp) in rstatproc_stats_1_svc()
130 rstatproc_havedisk_3_svc(void *argp, struct svc_req *rqstp) in rstatproc_havedisk_3_svc()
142 rstatproc_havedisk_2_svc(void *argp, struct svc_req *rqstp) in rstatproc_havedisk_2_svc()
148 rstatproc_havedisk_1_svc(void *argp, struct svc_req *rqstp) in rstatproc_havedisk_1_svc()
386 rstat_service(struct svc_req *rqstp, SVCXPRT *transp) in rstat_service()
/dragonfly/include/rpc/
H A Dauth.h340 struct svc_req;
342 enum auth_stat _svcauth_null (struct svc_req *, struct rpc_msg *);
343 enum auth_stat _svcauth_short (struct svc_req *, struct rpc_msg *);
344 enum auth_stat _svcauth_unix (struct svc_req *, struct rpc_msg *);
H A Dsvc.h131 struct svc_req { struct
199 void (*)(struct svc_req *, SVCXPRT *),
332 extern int svc_create(void (*)(struct svc_req *, SVCXPRT *),
348 extern SVCXPRT *svc_tp_create(void (*)(struct svc_req *, SVCXPRT *),
H A Dsvc_auth.h49 extern enum auth_stat _authenticate(struct svc_req *, struct rpc_msg *);
50 extern int svc_auth_reg(int, enum auth_stat (*)(struct svc_req *,
/dragonfly/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_extern.h48 extern int yp_access(const char *, const struct svc_req *);
51 extern void ypxfrd_freebsd_prog_1(struct svc_req *, SVCXPRT *);
H A Dypxfrd_server.c86 ypxfrd_getmap_1_svc(ypxfr_mapname *argp, struct svc_req *rqstp)
98 if (yp_access(argp->xfrmap, (struct svc_req *)rqstp)) {
/dragonfly/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_extern.h51 extern void yppasswdprog_1(struct svc_req *, SVCXPRT *);
52 extern void master_yppasswdprog_1(struct svc_req *, SVCXPRT *);
/dragonfly/libexec/rpc.rquotad/
H A Drquotad.c36 static void rquota_service(struct svc_req *request, SVCXPRT *transp);
37 static void sendquota(struct svc_req *request, SVCXPRT *transp);
112 rquota_service(struct svc_req *request, SVCXPRT *transp) in rquota_service()
134 sendquota(struct svc_req *request, SVCXPRT *transp) in sendquota()
/dragonfly/libexec/rpc.sprayd/
H A Dsprayd.c43 static void spray_service (struct svc_req *, SVCXPRT *);
129 spray_service(struct svc_req *rqstp, SVCXPRT *transp) in spray_service()
/dragonfly/libexec/rpc.rwalld/
H A Drwalld.c141 wallproc_wall_1_svc(wrapstring *s, struct svc_req *rqstp) in wallproc_wall_1_svc()
160 wallprog_1(struct svc_req *rqstp, SVCXPRT *transp) in wallprog_1()
/dragonfly/usr.sbin/keyserv/
H A Dkeyserv.c73 static int root_auth( SVCXPRT *, struct svc_req * );
102 des_block *key_gen_1_svc_prog( void *, struct svc_req * );
518 key_gen_1_svc_prog(void *v, struct svc_req *s) in key_gen_1_svc_prog()
571 keyprogram(struct svc_req *rqstp, SVCXPRT *transp) in keyprogram()
711 root_auth(SVCXPRT *trans, struct svc_req *rqstp) in root_auth()

12