Searched refs:lookup_type (Results 1 – 3 of 3) sorted by relevance
/openssl-master/crypto/bio/ |
A D | bio_addr.c | 624 enum BIO_lookup_type lookup_type, in BIO_lookup() argument 627 return BIO_lookup_ex(host, service, lookup_type, family, socktype, 0, res); in BIO_lookup() 652 int BIO_lookup_ex(const char *host, const char *service, int lookup_type, in BIO_lookup_ex() argument 704 if (lookup_type == BIO_LOOKUP_SERVER) in BIO_lookup_ex() 792 switch (lookup_type) { in BIO_lookup_ex()
|
/openssl-master/doc/man3/ |
A D | BIO_ADDRINFO.pod | 24 int BIO_lookup_ex(const char *host, const char *service, int lookup_type, 27 enum BIO_lookup_type lookup_type, 46 uses B<lookup_type> to determine what the default address should
|
/openssl-master/include/openssl/ |
A D | bio.h.in | 731 enum BIO_lookup_type lookup_type, 734 int lookup_type, int family, int socktype, int protocol,
|
Completed in 8 milliseconds