Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c800 __mapv4tov6(struct hostent *he4, struct hostent *he6, nss_XbyY_buf_t *res, in __mapv4tov6() argument
811 if (he4 == NULL || res == NULL) { in __mapv4tov6()
832 for (i = 0; he4->h_addr_list[i] != NULL; i++) { in __mapv4tov6()
850 bcopy((char *)he4->h_addr_list[i], in __mapv4tov6()
860 if ((int)(inet_addr(he4->h_name)) != -1) { in __mapv4tov6()
882 buff_locp -= (len = strlen(he4->h_name) + 1); in __mapv4tov6()
883 h_namep = he4->h_name; in __mapv4tov6()
891 for (i = 0; he4->h_aliases[i] != NULL; i++) { in __mapv4tov6()
892 buff_locp -= (len = strlen(he4->h_aliases[i]) + 1); in __mapv4tov6()
902 bcopy((char *)he4->h_aliases[i], buff_locp, len); in __mapv4tov6()
[all …]