BIO_bind
if (!BIO_bind(*sock, BIO_ADDRINFO_address(bi),
if (!BIO_bind(sock, addr, options))
int BIO_bind(int sock, const BIO_ADDR *addr, int options);
if (BIO_bind(fd1, addr1, 0) <= 0
|| BIO_bind(fd2, addr2, 0) <= 0) {
if (!BIO_bind(fd, addr, 0)) {
if (!TEST_true(BIO_bind(h->s_fd, h->s_net_bio_orig_addr, 0)))
if (!TEST_true(BIO_bind(s_fd, s_addr_, 0)))
if (!TEST_true(BIO_bind(fd, addr, 0)))