Home | History | Annotate | Download | only in rpc.bootparamd

Lines Matching refs:he

79 	struct hostent *he;
96 he = gethostbyname(optarg);
97 if (he == 0) {
101 memmove(&route_addr.s_addr, he->h_addr, he->h_length);
157 struct hostent *he;
177 he = gethostbyaddr((char *) &haddr, sizeof(haddr), AF_INET);
178 if (he) {
179 (void)strlcpy(askname, he->h_name, sizeof(askname));
229 struct hostent *he;
241 he = NULL;
242 he = gethostbyname(getfile->client_name);
243 if (!he) {
253 (void)strlcpy(askname, he->h_name, sizeof(askname));
257 he = gethostbyname(res.server_name);
258 if (!he) {
270 he->h_addr, 4);