Lines Matching defs:host
191 DBG (1, "add_device: error while getting address of host %s: %s\n",
273 DBG (1, "add_device: can't get address of host %s\n", name);
383 DBG (1, "connect_dev: couldn't connect to host (see messages above)\n");
1025 * Anything that isn't an option is a saned host.
1066 char *copy, *next, *host;
1070 while ((host = strsep (&next, ":")))
1073 if (host[0] == '[')
1075 /* skip '[' (host[0]) */
1076 host++;
1081 host[strlen (host)] = ':';
1082 /* host now holds the IPv6 address */
1093 if (host[0] == '\0')
1099 DBG (2, "sane_init: trying to add %s\n", host);
1100 add_device (host, 0);
1386 * Check whether a numerical IPv6 host was specified
1396 DBG (1, "sane_open: incorrect host address: missing matching ']'\n");
1472 /* if no colon interpret full_name as the host name; an empty
1474 host. */
1497 DBG (2, "sane_open: host = %s, device = %s\n", nd_name, dev_name);