Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/nss/
H A Dgetipnodeby.c800 __mapv4tov6(struct hostent *he4, struct hostent *he6, nss_XbyY_buf_t *res, in __mapv4tov6() argument
824 if (he6 == NULL) { in __mapv4tov6()
916 for (i = 0; he6->h_addr_list[i] != NULL; i++) { in __mapv4tov6()
927 bcopy((char *)he6->h_addr_list[i], buff_locp, in __mapv4tov6()
963 buff_locp -= (len = strlen(he6->h_name) + 1); in __mapv4tov6()
966 bcopy(he6->h_name, buff_locp, len); in __mapv4tov6()
968 for (i = 0; he6->h_aliases[i] != NULL; i++) { in __mapv4tov6()
969 buff_locp -= (len = strlen(he6->h_aliases[i]) + 1); in __mapv4tov6()
979 bcopy((char *)he6->h_aliases[i], buff_locp, len); in __mapv4tov6()