Home
last modified time | relevance | path

Searched refs:lclhost (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/lpr/common_source/
H A Dnet.c182 char lclhost[MAXHOSTNAMELEN]; in checkremote() local
198 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()