Lines Matching refs:hostname
230 process_rh(const char *hostname)
248 if ((cp = strrchr(hostname, ':')) != NULL && cp != hostname &&
251 (void) str_to_rhstr(hostname, strlen(hostname), &rhstr, buf,
264 if ((prefix_p = strchr(hostname, '/')) != NULL) {
278 hostname_p = malloc(strlen(hostname)+1);
284 while (*hostname != '\0' && *hostname != '/') {
285 *cp1 = *hostname++;
291 /* Convert address or hostname to binary af_inet6 format */