Home
last modified time | relevance | path

Searched refs:he4 (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c830 __mapv4tov6(struct hostent *he4, struct hostent *he6, nss_XbyY_buf_t *res, in __mapv4tov6() argument
841 if (he4 == NULL || res == NULL) { in __mapv4tov6()
862 for (i = 0; he4->h_addr_list[i] != NULL; i++) { in __mapv4tov6()
880 bcopy((char *)he4->h_addr_list[i], in __mapv4tov6()
890 if ((int)(inet_addr(he4->h_name)) != -1) { in __mapv4tov6()
912 buff_locp -= (len = strlen(he4->h_name) + 1); in __mapv4tov6()
913 h_namep = he4->h_name; in __mapv4tov6()
921 for (i = 0; he4->h_aliases[i] != NULL; i++) { in __mapv4tov6()
922 buff_locp -= (len = strlen(he4->h_aliases[i]) + 1); in __mapv4tov6()
932 bcopy((char *)he4->h_aliases[i], buff_locp, len); in __mapv4tov6()
[all …]