Home
last modified time | relevance | path

Searched refs:yp_access (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.sbin/ypserv/
H A Dyp_server.c80 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 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 *);
H A Dyp_access.c210 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 DMakefile10 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 Dypxfrd_extern.h47 extern int yp_access(const char *, const struct svc_req *);
H A DMakefile7 yp_access.c ypxfrd_main.c
H A Dypxfrd_server.c98 if (yp_access(argp->xfrmap, (struct svc_req *)rqstp)) {
/freebsd/usr.sbin/rpc.yppasswdd/
H A DMakefile11 SRCS= util.c yp_access.c yp_dblookup.c yp_dbwrite.c \
H A Dyppasswdd_server.c512 if (yp_access(resvport ? "master.passwd.byname" : NULL, rqstp)) { in yppasswdproc_update_1_svc()