Lines Matching refs:BIO_ADDRINFO
6 BIO_ADDRINFO, BIO_ADDRINFO_next, BIO_ADDRINFO_free,
11 - BIO_ADDRINFO type and routines
18 typedef union bio_addrinfo_st BIO_ADDRINFO;
25 int family, int socktype, int protocol, BIO_ADDRINFO **res);
28 int family, int socktype, BIO_ADDRINFO **res);
30 const BIO_ADDRINFO *BIO_ADDRINFO_next(const BIO_ADDRINFO *bai);
31 int BIO_ADDRINFO_family(const BIO_ADDRINFO *bai);
32 int BIO_ADDRINFO_socktype(const BIO_ADDRINFO *bai);
33 int BIO_ADDRINFO_protocol(const BIO_ADDRINFO *bai);
34 const BIO_ADDR *BIO_ADDRINFO_address(const BIO_ADDRINFO *bai);
35 void BIO_ADDRINFO_free(BIO_ADDRINFO *bai);
39 The B<BIO_ADDRINFO> type is a wrapper for address information
42 B<BIO_ADDRINFO> normally forms a chain of several that can be
53 used. B<res> points at a pointer to hold the start of a B<BIO_ADDRINFO>
63 B<BIO_ADDRINFO>. The result will be one of the constants
67 B<BIO_ADDRINFO>. The result will be one of the constants
71 B<BIO_ADDRINFO>. The result will be one of the constants
75 of the given B<BIO_ADDRINFO>.
77 BIO_ADDRINFO_next() returns the next B<BIO_ADDRINFO> in the chain
80 BIO_ADDRINFO_free() frees the chain of B<BIO_ADDRINFO> starting