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

/freebsd-10.0-release/usr.sbin/ypserv/
H A Dyp_access.c218 struct sockaddr_in *rqhost; local
239 rqhost = svc_getcaller(rqstp->rq_xprt);
243 inet_ntoa(rqhost->sin_addr),
244 ntohs(rqhost->sin_port));
254 map, inet_ntoa(rqhost->sin_addr),
255 ntohs(rqhost->sin_port));
267 ntohs(rqhost->sin_port) >= IPPORT_RESERVED) {
269 not privileged", map, inet_ntoa(rqhost->sin_addr), ntohs(rqhost->sin_port));
276 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-10.0-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c455 struct sockaddr_in *rqhost; local
480 rqhost = svc_getcaller(rqstp->rq_xprt);
483 if (!bcmp(rqhost, &clntaddr, sizeof *rqhost) &&
492 bcopy(rqhost, &clntaddr, sizeof clntaddr);
545 inet_ntoa(rqhost->sin_addr),
555 inet_ntoa(rqhost->sin_addr),
727 struct sockaddr_in *rqhost; local
737 rqhost = svc_getcaller(transp);
738 if (rqhost
[all...]

Completed in 106 milliseconds