Searched refs:hints (Results 1 – 7 of 7) sorted by relevance
690 struct addrinfo hints; in BIO_lookup_ex() local692 memset(&hints, 0, sizeof(hints)); in BIO_lookup_ex()694 hints.ai_family = family; in BIO_lookup_ex()695 hints.ai_socktype = socktype; in BIO_lookup_ex()696 hints.ai_protocol = protocol; in BIO_lookup_ex()701 hints.ai_flags |= AI_ADDRCONFIG; in BIO_lookup_ex()705 hints.ai_flags |= AI_PASSIVE; in BIO_lookup_ex()713 switch ((gai_ret = getaddrinfo(host, service, &hints, res))) { in BIO_lookup_ex()731 if (hints.ai_flags & AI_ADDRCONFIG) { in BIO_lookup_ex()732 hints.ai_flags &= ~AI_ADDRCONFIG; in BIO_lookup_ex()[all …]
114 These are only 'hints' since the encoder implementations are free to
58 Identity hints are not relevant for TLSv1.3. A server application wishing to use
250 the F<< <openssl/engine.h> >> header file includes some hints.
196 hints, but must do so with care. In the end, the output must make sense,
1040 although they usually contain hints that would be helpful for diagnostics.
6464 If PSK identity hints are received by a multi-threaded client then7543 If PSK identity hints are received by a multi-threaded client then
Completed in 28 milliseconds