Lines Matching refs:h_name
899 if ((int)(inet_addr(he4->h_name)) != -1) {
902 * V4 mapped literal address string for h_name.
912 host->h_name = buff_locp;
919 * Not a literal address string, so just copy h_name.
921 buff_locp -= (len = strlen(he4->h_name) + 1);
922 h_namep = he4->h_name;
926 host->h_name = buff_locp;
1002 buff_locp -= (len = strlen(he6->h_name) + 1);
1005 bcopy(he6->h_name, buff_locp, len);
1006 host->h_name = buff_locp;
1142 buff_locp -= (len = strlen(he->h_name) + 1);
1143 h_namep = he->h_name;
1147 host->h_name = buff_locp;