hints 847 src/vfs/ftpfs/ftpfs.c struct addrinfo hints, *res, *curr_res; hints 877 src/vfs/ftpfs/ftpfs.c memset (&hints, 0, sizeof (hints)); hints 878 src/vfs/ftpfs/ftpfs.c hints.ai_family = AF_UNSPEC; hints 879 src/vfs/ftpfs/ftpfs.c hints.ai_socktype = SOCK_STREAM; hints 885 src/vfs/ftpfs/ftpfs.c hints.ai_flags = AI_ADDRCONFIG; hints 888 src/vfs/ftpfs/ftpfs.c e = getaddrinfo (host, port, &hints, &res); hints 894 src/vfs/ftpfs/ftpfs.c hints.ai_flags = 0; hints 895 src/vfs/ftpfs/ftpfs.c e = getaddrinfo (host, port, &hints, &res); hints 134 src/vfs/sftpfs/connection.c struct addrinfo hints, *res = NULL, *curr_res; hints 153 src/vfs/sftpfs/connection.c memset (&hints, 0, sizeof (hints)); hints 154 src/vfs/sftpfs/connection.c hints.ai_family = AF_UNSPEC; hints 155 src/vfs/sftpfs/connection.c hints.ai_socktype = SOCK_STREAM; hints 161 src/vfs/sftpfs/connection.c hints.ai_flags = AI_ADDRCONFIG; hints 164 src/vfs/sftpfs/connection.c e = getaddrinfo (super->path_element->host, port, &hints, &res); hints 170 src/vfs/sftpfs/connection.c hints.ai_flags = 0; hints 171 src/vfs/sftpfs/connection.c e = getaddrinfo (super->path_element->host, port, &hints, &res);