port 212 lib/vfs/path.c path_element->port = 0; port 266 lib/vfs/path.c if (sscanf (colon + 1, "%d", &path_element->port) == 1) port 268 lib/vfs/path.c if (path_element->port <= 0 || path_element->port >= 65536) port 269 lib/vfs/path.c path_element->port = 0; port 277 lib/vfs/path.c path_element->port = 1; port 280 lib/vfs/path.c path_element->port = 2; port 857 lib/vfs/path.c new_element->port = element->port; port 1166 lib/vfs/path.c if (element->port != 0) port 1167 lib/vfs/path.c mc_config_set_int (cpath, groupname, "port", element->port); port 1238 lib/vfs/path.c element->port = mc_config_get_int (cpath, groupname, "port", 0); port 1553 lib/vfs/path.c if (element->port != 0) port 1554 lib/vfs/path.c g_string_append_printf (buffer, ":%d", element->port); port 39 lib/vfs/path.h int port; port 251 lib/vfs/utilvfs.c path_element->port = default_port; port 330 lib/vfs/utilvfs.c if (sscanf (colon + 1, "%d", &path_element->port) == 1) port 332 lib/vfs/utilvfs.c if (path_element->port <= 0 || path_element->port >= 65536) port 333 lib/vfs/utilvfs.c path_element->port = default_port; port 341 lib/vfs/utilvfs.c path_element->port = 1; port 344 lib/vfs/utilvfs.c path_element->port = 2; port 354 src/vfs/ftpfs/ftpfs.c if (path_element->port == 0) port 355 src/vfs/ftpfs/ftpfs.c path_element->port = FTP_COMMAND_PORT; port 833 src/vfs/ftpfs/ftpfs.c ftpfs_get_proxy_host_and_port (const char *proxy, char **host, int *port) port 840 src/vfs/ftpfs/ftpfs.c *port = path_element->port; port 852 src/vfs/ftpfs/ftpfs.c char port[8]; port 872 src/vfs/ftpfs/ftpfs.c tmp_port = super->path_element->port; port 875 src/vfs/ftpfs/ftpfs.c g_snprintf (port, sizeof (port), "%hu", (unsigned short) tmp_port); port 890 src/vfs/ftpfs/ftpfs.c e = getaddrinfo (host, port, &hints, &res); port 897 src/vfs/ftpfs/ftpfs.c e = getaddrinfo (host, port, &hints, &res); port 901 src/vfs/ftpfs/ftpfs.c *port = '\0'; port 1050 src/vfs/ftpfs/ftpfs.c && (path_element->port == super->path_element->port)) ? 1 : 0; port 1151 src/vfs/ftpfs/ftpfs.c int port; port 1162 src/vfs/ftpfs/ftpfs.c port = atoi (c); port 1163 src/vfs/ftpfs/ftpfs.c if (port < 0 || port > 65535) port 1166 src/vfs/ftpfs/ftpfs.c port = htons (port); port 1171 src/vfs/ftpfs/ftpfs.c ((struct sockaddr_in *) sa)->sin_port = port; port 1174 src/vfs/ftpfs/ftpfs.c ((struct sockaddr_in6 *) sa)->sin6_port = port; port 1212 src/vfs/ftpfs/ftpfs.c unsigned short int port; port 1221 src/vfs/ftpfs/ftpfs.c port = ((struct sockaddr_in *) &data_addr)->sin_port; port 1225 src/vfs/ftpfs/ftpfs.c port = ((struct sockaddr_in6 *) &data_addr)->sin6_port; port 1265 src/vfs/ftpfs/ftpfs.c unsigned char *p = (unsigned char *) &port; port 1282 src/vfs/ftpfs/ftpfs.c port = ntohs (port); port 1286 src/vfs/ftpfs/ftpfs.c (ftpfs_command (me, super, WAIT_REPLY, "EPRT |%u|%s|%hu|", af, addr, port) == port 55 src/vfs/sftpfs/config_parser.c int port; /* port for connect to host */ port 88 src/vfs/sftpfs/config_parser.c {"^\\s*Port\\s+(.*)$", NULL, INTEGER, offsetof (sftpfs_ssh_config_entity_t, port)}, port 328 src/vfs/sftpfs/config_parser.c config_entity->port = SFTP_DEFAULT_PORT; port 388 src/vfs/sftpfs/config_parser.c if (super->path_element->port == 0) port 389 src/vfs/sftpfs/config_parser.c super->path_element->port = config_entity->port; port 138 src/vfs/sftpfs/connection.c char port[BUF_TINY]; port 151 src/vfs/sftpfs/connection.c sprintf (port, "%hu", (unsigned short) super->path_element->port); port 166 src/vfs/sftpfs/connection.c e = getaddrinfo (super->path_element->host, port, &hints, &res); port 173 src/vfs/sftpfs/connection.c e = getaddrinfo (super->path_element->host, port, &hints, &res); port 298 src/vfs/sftpfs/connection.c int port; port 305 src/vfs/sftpfs/connection.c port = (int) g_ascii_strtoll (kh_name_end + 2, NULL, 10); port 306 src/vfs/sftpfs/connection.c if (port == super->path_element->port) port 538 src/vfs/sftpfs/connection.c super->path_element->port, remote_key, remote_key_len, port 696 src/vfs/sftpfs/sftpfs.c && (vpath_element->port == orig_connect_info->port)); port 523 src/vfs/shell/shell.c const char *xsh = (super->path_element->port == SHELL_FLAG_RSH ? "rsh" : "ssh"); port 527 src/vfs/shell/shell.c if (super->path_element->port == SHELL_FLAG_COMPRESSED) port 530 src/vfs/shell/shell.c if (super->path_element->port > SHELL_FLAG_RSH) port 533 src/vfs/shell/shell.c g_snprintf (gbuf, sizeof (gbuf), "%d", super->path_element->port); port 673 src/vfs/shell/shell.c super->path_element->port = SHELL_FLAG_RSH; port 743 src/vfs/shell/shell.c && (path_element->port == super->path_element->port)) ? 1 : 0; port 1689 src/vfs/shell/shell.c switch (super->path_element->port) port 1698 src/vfs/shell/shell.c if (super->path_element->port > SHELL_FLAG_RSH) port 1700 src/vfs/shell/shell.c g_snprintf (gbuf, sizeof (gbuf), ":%d", super->path_element->port);