Home | History | Annotate | Download | only in openssh

Lines Matching refs:hints

10027 	struct addrinfo *gai_ai, *ai, hints;
10030 memset(&hints, 0, sizeof(hints));
10031 hints.ai_family = PF_UNSPEC;
10032 hints.ai_socktype = SOCK_STREAM;
10033 hints.ai_flags = AI_PASSIVE;
10035 err = getaddrinfo(name, TEST_PORT, &hints, &gai_ai);
10118 struct addrinfo *gai_ai, *ai, hints;
10121 memset(&hints, 0, sizeof(hints));
10122 hints.ai_family = PF_UNSPEC;
10123 hints.ai_socktype = SOCK_STREAM;
10124 hints.ai_flags = AI_PASSIVE;
10126 err = getaddrinfo(name, TEST_PORT, &hints, &gai_ai);