Lines Matching refs:rqhost
216 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->sin_addr), "");
278 if (((rqhost->sin_addr.s_addr & ~tmp->mask.s_addr)
279 | tmp->net.s_addr) == rqhost->sin_addr.s_addr) {
301 if (rqhost->sin_addr.s_addr != oldaddr) {
303 inet_ntoa(rqhost->sin_addr),
304 ntohs(rqhost->sin_port),
306 oldaddr = rqhost->sin_addr.s_addr;