port 243 lib/vfs/path.c path_element->port = 0; port 297 lib/vfs/path.c if (sscanf (colon + 1, "%d", &path_element->port) == 1) port 299 lib/vfs/path.c if (path_element->port <= 0 || path_element->port >= 65536) port 300 lib/vfs/path.c path_element->port = 0; port 308 lib/vfs/path.c path_element->port = 1; port 311 lib/vfs/path.c path_element->port = 2; port 872 lib/vfs/path.c new_element->port = element->port; port 1149 lib/vfs/path.c if (element->port != 0) port 1150 lib/vfs/path.c mc_config_set_int (cpath, groupname, "port", element->port); port 1221 lib/vfs/path.c element->port = mc_config_get_int (cpath, groupname, "port", 0); port 1537 lib/vfs/path.c if ((element->port) != 0 && (element->host != NULL)) port 1540 lib/vfs/path.c g_string_append_printf (buffer, "%d", element->port); port 39 lib/vfs/path.h int port; port 249 lib/vfs/utilvfs.c path_element->port = default_port; port 328 lib/vfs/utilvfs.c if (sscanf (colon + 1, "%d", &path_element->port) == 1) port 330 lib/vfs/utilvfs.c if (path_element->port <= 0 || path_element->port >= 65536) port 331 lib/vfs/utilvfs.c path_element->port = default_port; port 339 lib/vfs/utilvfs.c path_element->port = 1; port 342 lib/vfs/utilvfs.c path_element->port = 2; port 512 src/vfs/fish/fish.c const char *xsh = (super->path_element->port == FISH_FLAG_RSH ? "rsh" : "ssh"); port 516 src/vfs/fish/fish.c if (super->path_element->port == FISH_FLAG_COMPRESSED) port 519 src/vfs/fish/fish.c if (super->path_element->port > FISH_FLAG_RSH) port 522 src/vfs/fish/fish.c g_snprintf (gbuf, sizeof (gbuf), "%d", super->path_element->port); port 674 src/vfs/fish/fish.c super->path_element->port = FISH_FLAG_RSH; port 740 src/vfs/fish/fish.c && (path_element->port == super->path_element->port)) ? 1 : 0; port 1701 src/vfs/fish/fish.c switch (super->path_element->port) port 1710 src/vfs/fish/fish.c if (super->path_element->port > FISH_FLAG_RSH) port 1712 src/vfs/fish/fish.c g_snprintf (gbuf, sizeof (gbuf), ":%d", super->path_element->port); port 355 src/vfs/ftpfs/ftpfs.c if (path_element->port == 0) port 356 src/vfs/ftpfs/ftpfs.c path_element->port = FTP_COMMAND_PORT; port 834 src/vfs/ftpfs/ftpfs.c ftpfs_get_proxy_host_and_port (const char *proxy, char **host, int *port) port 841 src/vfs/ftpfs/ftpfs.c *port = path_element->port; port 853 src/vfs/ftpfs/ftpfs.c char port[8]; port 873 src/vfs/ftpfs/ftpfs.c tmp_port = super->path_element->port; port 876 src/vfs/ftpfs/ftpfs.c g_snprintf (port, sizeof (port), "%hu", (unsigned short) tmp_port); port 891 src/vfs/ftpfs/ftpfs.c e = getaddrinfo (host, port, &hints, &res); port 898 src/vfs/ftpfs/ftpfs.c e = getaddrinfo (host, port, &hints, &res); port 902 src/vfs/ftpfs/ftpfs.c *port = '\0'; port 1051 src/vfs/ftpfs/ftpfs.c && (path_element->port == super->path_element->port)) ? 1 : 0; port 1152 src/vfs/ftpfs/ftpfs.c int port; port 1166 src/vfs/ftpfs/ftpfs.c port = atoi (c); port 1167 src/vfs/ftpfs/ftpfs.c if (port < 0 || port > 65535) port 1170 src/vfs/ftpfs/ftpfs.c port = htons (port); port 1175 src/vfs/ftpfs/ftpfs.c ((struct sockaddr_in *) sa)->sin_port = port; port 1178 src/vfs/ftpfs/ftpfs.c ((struct sockaddr_in6 *) sa)->sin6_port = port; port 1216 src/vfs/ftpfs/ftpfs.c unsigned short int port; port 1225 src/vfs/ftpfs/ftpfs.c port = ((struct sockaddr_in *) &data_addr)->sin_port; port 1229 src/vfs/ftpfs/ftpfs.c port = ((struct sockaddr_in6 *) &data_addr)->sin6_port; port 1269 src/vfs/ftpfs/ftpfs.c unsigned char *p = (unsigned char *) &port; port 1286 src/vfs/ftpfs/ftpfs.c port = ntohs (port); port 1290 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 86 src/vfs/sftpfs/config_parser.c {"^\\s*Port\\s+(.*)$", NULL, INTEGER, offsetof (sftpfs_ssh_config_entity_t, port)}, port 308 src/vfs/sftpfs/config_parser.c config_entity->port = SFTP_DEFAULT_PORT; port 368 src/vfs/sftpfs/config_parser.c if (super->path_element->port == 0) port 369 src/vfs/sftpfs/config_parser.c super->path_element->port = config_entity->port; port 105 src/vfs/sftpfs/connection.c char port[BUF_TINY]; port 118 src/vfs/sftpfs/connection.c sprintf (port, "%hu", (unsigned short) super->path_element->port); port 133 src/vfs/sftpfs/connection.c e = getaddrinfo (super->path_element->host, port, &hints, &res); port 140 src/vfs/sftpfs/connection.c e = getaddrinfo (super->path_element->host, port, &hints, &res); port 263 src/vfs/sftpfs/connection.c int port; port 270 src/vfs/sftpfs/connection.c port = (int) g_ascii_strtoll (kh_name_end + 2, NULL, 10); port 271 src/vfs/sftpfs/connection.c if (port == super->path_element->port) port 495 src/vfs/sftpfs/connection.c super->path_element->port, remote_key, remote_key_len, port 702 src/vfs/sftpfs/sftpfs.c && (vpath_element->port == orig_connect_info->port));