Home | History | Annotate | Download | only in qemu

Lines Matching refs:he

257     struct hostent *he;
272 if ((he = gethostbyname(buf)) == NULL)
274 saddr->sin_addr = *(struct in_addr *)he->h_addr;