Searched refs:rqhost (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/usr.sbin/ypserv/
H A Dyp_access.c216 struct sockaddr_in *rqhost; local
237 rqhost = svc_getcaller(rqstp->rq_xprt);
241 inet_ntoa(rqhost->sin_addr),
242 ntohs(rqhost->sin_port));
252 map, inet_ntoa(rqhost->sin_addr),
253 ntohs(rqhost->sin_port));
265 ntohs(rqhost->sin_port) >= IPPORT_RESERVED) {
267 not privileged", map, inet_ntoa(rqhost->sin_addr), ntohs(rqhost->sin_port));
274 inet_ntoa(rqhost
[all...]
H A Dyp_server.c314 ypxfr_callback(CODE,rqhost,argp->transid, \
322 struct sockaddr_in *rqhost; local
327 rqhost = svc_getcaller(rqstp->rq_xprt);
364 inet_ntoa(rqhost->sin_addr));
386 g, inet_ntoa(rqhost->sin_addr),
394 g, inet_ntoa(rqhost->sin_addr),
/freebsd-current/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c470 struct sockaddr_in *rqhost; local
497 rqhost = svc_getcaller(rqstp->rq_xprt);
500 if (!bcmp(rqhost, &clntaddr, sizeof *rqhost) &&
509 bcopy(rqhost, &clntaddr, sizeof clntaddr);
562 inet_ntoa(rqhost->sin_addr),
572 inet_ntoa(rqhost->sin_addr),
749 struct sockaddr_in *rqhost; local
759 rqhost = svc_getcaller(transp);
760 if (rqhost
[all...]

Completed in 74 milliseconds