Lines Matching refs:port
200 DBG (10, "No port defined.\n");
224 * the port number, the model name, the ip address, and the type of url (http/https).
250 * the port number, the model name, the ip address and the type of the url (http / https).
384 * --> if the url is not secured, our own url will be composed like "http://'ip':'port'".
385 * --> else, our own url will be composed like "https://'ip':'port'".
387 * the model_name, the port, the ip, and the type of url.
505 * the type of protocol (http/https), the ip, the port number, and the model name.
513 int port = 0;
573 else if (sscanf(line, "port %i", &port) == 1 && port != 0) {
574 DBG (10, "New Escl_Device PORT [%d].", port);
577 escl_device->port_nb = port;
1174 DBG(1, "Invalid port number in URL: %s", name);