Searched defs:hname2 (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgethostbydns.c648 char hname2[MAXDNAME+1]; local
714 strncpy(hname2, hp->h_name, MAXDNAME);
715 hname2[MAXDNAME] = '\0';
719 if (!(rhp = gethostbyname(hname2))) {
723 hname2, inet_ntoa(*((struct in_addr *)addr)));
737 hname2, inet_ntoa(*((struct in_addr *)addr)));

Completed in 194 milliseconds