Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Droute.c60 static int get_hostname(char *ipstr, struct sockaddr_in *sockin) in get_hostname() argument
67 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()