Searched refs:lclhost (Results 1 – 1 of 1) sorted by relevance
182 char lclhost[MAXHOSTNAMELEN]; in checkremote() local198 gethostname(lclhost, sizeof(lclhost)); in checkremote()199 lclhost[sizeof(lclhost) - 1] = '\0'; in checkremote()205 if ((errno = getaddrinfo(lclhost, NULL, &hints, &local_res)) != 0) { in checkremote()208 lclhost, gai_strerror(errno)); in checkremote()