Searched refs:isrchp (Results 1 – 1 of 1) sorted by relevance
1666 struct hostent *srchp = NULL, *dsthp = NULL, *isrchp = NULL, in doaddup() local2056 sa_len = parseaddr(pstr, &isrchp, in doaddup()2058 if (isrchp == NULL) { in doaddup()2077 if (isrchp == &dummy.he || in doaddup()2078 isrchp->h_addr_list[1] == NULL) { in doaddup()2085 bcopy(isrchp->h_addr_list[0], &sin6->sin6_addr, in doaddup()2105 "is vague, not using.\n"), isrchp->h_name); in doaddup()2106 freehostent(isrchp); in doaddup()2107 isrchp = NULL; in doaddup()2950 if (isrchp != NULL && isrchp != &dummy.he) in doaddup()[all …]