Searched refs:irphost (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/libbind/dist/irs/
H A Dirp.c161 const char *irphost; local
176 irphost = getenv(IRPD_HOST_ENV);
177 if (irphost == NULL) {
178 irphost = "127.0.0.1";
182 if (irphost[0] == '/') {
184 strncpy(uaddr.sun_path, irphost, sizeof uaddr.sun_path);
193 if (inet_pton(AF_INET, irphost, &ipaddr) != 1) {

Completed in 67 milliseconds