Home | History | Annotate | Download | only in openssh

Lines Matching defs:he

2500 		struct hostent *he;
2503 he = gethostbyname(hostname);
2504 if (he == NULL) {
2509 memcpy(&my_addr, he->h_addr_list[0], sizeof(struct in_addr));