Searched refs:h4_item (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/Libinfo-449.1.3/lookup.subproj/
H A Dsi_getaddrinfo.c851 si_item_t *h4_item = NULL, *h6_item = NULL; local
873 h4_item = si_host_byaddr(si, nodeptr, AF_INET, interface, NULL);
884 h4_item = si_host_byname(si, nodeptr, AF_INET, interface, NULL);
893 if (h4_item != NULL)
895 h4 = (struct hostent *)((uintptr_t)h4_item + sizeof(si_item_t));
904 si_item_release(h4_item);

Completed in 97 milliseconds