port              246 lib/vfs/path.c     path_element->port = 0;
port              300 lib/vfs/path.c         if (sscanf (colon + 1, "%d", &path_element->port) == 1)
port              302 lib/vfs/path.c             if (path_element->port <= 0 || path_element->port >= 65536)
port              303 lib/vfs/path.c                 path_element->port = 0;
port              311 lib/vfs/path.c                     path_element->port = 1;
port              314 lib/vfs/path.c                     path_element->port = 2;
port              884 lib/vfs/path.c     new_element->port = element->port;
port             1160 lib/vfs/path.c         if (element->port != 0)
port             1161 lib/vfs/path.c             mc_config_set_int (cpath, groupname, "port", element->port);
port             1232 lib/vfs/path.c         element->port = mc_config_get_int (cpath, groupname, "port", 0);
port             1548 lib/vfs/path.c     if ((element->port) != 0 && (element->host != NULL))
port             1551 lib/vfs/path.c         g_string_append_printf (buffer, "%d", element->port);
port               39 lib/vfs/path.h     int port;
port              247 lib/vfs/utilvfs.c     path_element->port = default_port;
port              326 lib/vfs/utilvfs.c         if (sscanf (colon + 1, "%d", &path_element->port) == 1)
port              328 lib/vfs/utilvfs.c             if (path_element->port <= 0 || path_element->port >= 65536)
port              329 lib/vfs/utilvfs.c                 path_element->port = default_port;
port              337 lib/vfs/utilvfs.c                     path_element->port = 1;
port              340 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              310 src/vfs/sftpfs/config_parser.c     config_entity->port = SFTP_DEFAULT_PORT;
port              370 src/vfs/sftpfs/config_parser.c     if (super->path_element->port == 0)
port              371 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              701 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             1721 src/vfs/shell/shell.c         switch (super->path_element->port)
port             1730 src/vfs/shell/shell.c             if (super->path_element->port > SHELL_FLAG_RSH)
port             1732 src/vfs/shell/shell.c                 g_snprintf (gbuf, sizeof (gbuf), ":%d", super->path_element->port);