Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/lpr/common_source/
Dnet.c185 char lclhost[MAXHOSTNAMELEN]; in checkremote() local
201 gethostname(lclhost, sizeof(lclhost)); in checkremote()
202 lclhost[sizeof(lclhost) - 1] = '\0'; in checkremote()
208 if ((error = getaddrinfo(lclhost, NULL, &hints, &local_res)) != 0) { in checkremote()
211 lclhost, gai_strerror(error)); in checkremote()