Lines Matching defs:ip_address
111 free((void*)current->ip_address);
195 if (!current->ip_address) {
247 * \fn SANE_Status escl_device_add(int port_nb, const char *model_name, char *ip_address, char *type)
257 char *ip_address,
268 snprintf(url_port, sizeof(url_port), "https://%s:%d", ip_address, port_nb);
272 if ((strcmp(current->ip_address, ip_address) == 0) ||
282 if (strcmp(current->ip_address, ip_address)) {
283 free (current->ip_address);
284 current->ip_address = strdup(ip_address);
312 current->ip_address = strdup(ip_address);
408 unix_path, cdev->https ? "s" : "", cdev->ip_address, cdev->port_nb);
416 unix_path, cdev->https ? "s" : "", cdev->ip_address, cdev->port_nb);
570 escl_device->ip_address = strdup(ip_space);
599 snprintf(url_port, sizeof(url_port), "https://%s:%d", escl_device->ip_address, escl_device->port_nb);
1178 device->ip_address = strndup(host, port_str - host - 1);
1878 (device->https ? "https" : "http"), device->ip_address,
1883 (device->https ? "https" : "http"), device->ip_address,