hints 849 src/vfs/ftpfs/ftpfs.c struct addrinfo hints, *res, *curr_res; hints 879 src/vfs/ftpfs/ftpfs.c memset (&hints, 0, sizeof (hints)); hints 880 src/vfs/ftpfs/ftpfs.c hints.ai_family = AF_UNSPEC; hints 881 src/vfs/ftpfs/ftpfs.c hints.ai_socktype = SOCK_STREAM; hints 887 src/vfs/ftpfs/ftpfs.c hints.ai_flags = AI_ADDRCONFIG; hints 890 src/vfs/ftpfs/ftpfs.c e = getaddrinfo (host, port, &hints, &res); hints 896 src/vfs/ftpfs/ftpfs.c hints.ai_flags = 0; hints 897 src/vfs/ftpfs/ftpfs.c e = getaddrinfo (host, port, &hints, &res); hints 136 src/vfs/sftpfs/connection.c struct addrinfo hints, *res = NULL, *curr_res; hints 155 src/vfs/sftpfs/connection.c memset (&hints, 0, sizeof (hints)); hints 156 src/vfs/sftpfs/connection.c hints.ai_family = AF_UNSPEC; hints 157 src/vfs/sftpfs/connection.c hints.ai_socktype = SOCK_STREAM; hints 163 src/vfs/sftpfs/connection.c hints.ai_flags = AI_ADDRCONFIG; hints 166 src/vfs/sftpfs/connection.c e = getaddrinfo (super->path_element->host, port, &hints, &res); hints 172 src/vfs/sftpfs/connection.c hints.ai_flags = 0; hints 173 src/vfs/sftpfs/connection.c e = getaddrinfo (super->path_element->host, port, &hints, &res);