Lines Matching refs:idsthp
1776 *idsthp = NULL; in doaddup() local
2267 sa_len = parseaddr(pstr, &idsthp, in doaddup()
2269 if (idsthp == NULL) { in doaddup()
2289 if (idsthp == &dummy.he || in doaddup()
2290 idsthp->h_addr_list[1] == NULL) { in doaddup()
2297 bcopy(idsthp->h_addr_list[0], &sin6->sin6_addr, in doaddup()
2316 "is vague, not using.\n"), idsthp->h_name); in doaddup()
2317 freehostent(idsthp); in doaddup()
2318 idsthp = NULL; in doaddup()
3100 if (idsthp != NULL && idsthp != &dummy.he) in doaddup()
3101 freehostent(idsthp); in doaddup()