Home | History | Annotate | Download | only in lib

Lines Matching refs:host

15 alist_new(int family, char *host)
23 if (strchr(host, ':') != NULL)
37 while (ISSPACE(*host))
38 host++;
40 if (*host == '!') {
42 host++;
43 while (ISSPACE(*host))
44 host++;
48 slash = strchr(host, '/');
59 sscanf(host, "%d.%d.%d.%d", &a, &b, &c, &d);
82 if (gethost(family, host, &al->al_i6addr) == -1) {