Searched refs:ipstr (Results 1 – 1 of 1) sorted by relevance
60 static int get_hostname(char *ipstr, struct sockaddr_in *sockin) in get_hostname() argument67 if (!strcmp(ipstr, "default")) { in get_hostname()72 if (inet_aton(ipstr, &sockin->sin_addr)) return 0; in get_hostname()73 if (!(host = gethostbyname(ipstr))) return -1; in get_hostname()