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

/freebsd-current/usr.sbin/rpc.ypxfrd/
H A Dypxfrd_extern.h47 extern int yp_access(const char *, const struct svc_req *);
H A DMakefile8 yp_access.c ypxfrd_main.c
H A Dypxfrd_server.c98 if (yp_access(argp->xfrmap, (struct svc_req *)rqstp)) {
/freebsd-current/usr.sbin/ypserv/
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_server.c80 if (yp_access(NULL, NULL, (struct svc_req *)rqstp))
82 if (yp_access(NULL, (struct svc_req *)rqstp))
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(arg
[all...]
H A DMakefile11 ypxfr_clnt.c yp.h yp_main.c yp_error.c yp_access.c yp_svc_udp.c \
H A Dyp_access.c180 * yp_access() checks the mapname and client host address and watches for
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)
/freebsd-current/usr.sbin/rpc.yppasswdd/
H A DMakefile12 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)) {

Completed in 134 milliseconds