Searched refs:isrchp (Results 1 – 1 of 1) sorted by relevance
1775 struct hostent *srchp = NULL, *dsthp = NULL, *isrchp = NULL, in doaddup() local2178 sa_len = parseaddr(pstr, &isrchp, in doaddup()2180 if (isrchp == NULL) { in doaddup()2199 if (isrchp == &dummy.he || in doaddup()2200 isrchp->h_addr_list[1] == NULL) { in doaddup()2207 bcopy(isrchp->h_addr_list[0], &sin6->sin6_addr, in doaddup()2227 "is vague, not using.\n"), isrchp->h_name); in doaddup()2228 freehostent(isrchp); in doaddup()2229 isrchp = NULL; in doaddup()3098 if (isrchp != NULL && isrchp != &dummy.he) in doaddup()[all …]