Searched refs:yp_access (Results 1 – 9 of 9) sorted by relevance
/freebsd/usr.sbin/ypserv/ |
H A D | yp_server.c | 80 if (yp_access(NULL, NULL, (struct svc_req *)rqstp)) in ypproc_null_2_svc() 82 if (yp_access(NULL, (struct svc_req *)rqstp)) in ypproc_null_2_svc() 97 if (yp_access(NULL, NULL, (struct svc_req *)rqstp)) { 99 if (yp_access(NULL, (struct svc_req *)rqstp)) { 119 if (yp_access(NULL, NULL, (struct svc_req *)rqstp)) 121 if (yp_access(NULL, (struct svc_req *)rqstp)) 142 if (yp_access(argp->map, argp->domain, (struct svc_req *)rqstp)) { 144 if (yp_access(argp->map, (struct svc_req *)rqstp)) { 213 if (yp_access(argp->map, argp->domain, (struct svc_req *)rqstp)) { 215 if (yp_access(argp->map, (struct svc_req *)rqstp)) { [all …]
|
H A D | yp_extern.h | 85 extern int yp_access(const char *, const char *, const struct svc_req *); 87 extern int yp_access(const char *, const struct svc_req *);
|
H A D | yp_access.c | 210 yp_access(const char *map, const char *domain, const struct svc_req *rqstp) function 213 yp_access(const char *map, const struct svc_req *rqstp)
|
H A D | Makefile | 10 ypxfr_clnt.c yp.h yp_main.c yp_error.c yp_access.c yp_svc_udp.c \
|
/freebsd/usr.sbin/rpc.ypxfrd/ |
H A D | ypxfrd_extern.h | 47 extern int yp_access(const char *, const struct svc_req *);
|
H A D | Makefile | 7 yp_access.c ypxfrd_main.c
|
H A D | ypxfrd_server.c | 98 if (yp_access(argp->xfrmap, (struct svc_req *)rqstp)) {
|
/freebsd/usr.sbin/rpc.yppasswdd/ |
H A D | Makefile | 11 SRCS= util.c yp_access.c yp_dblookup.c yp_dbwrite.c \
|
H A D | yppasswdd_server.c | 512 if (yp_access(resvport ? "master.passwd.byname" : NULL, rqstp)) { in yppasswdproc_update_1_svc()
|