Lines Matching refs:b1
103 BIO *b1 = NULL, *b2 = NULL; in test_bio_dgram_impl() local
199 b1 = BIO_new_dgram(fd1, 0); in test_bio_dgram_impl()
200 if (!TEST_ptr(b1)) in test_bio_dgram_impl()
207 if (!TEST_int_gt(BIO_dgram_set_peer(b1, addr2), 0)) in test_bio_dgram_impl()
210 if (!TEST_int_gt(BIO_write(b1, "hello", 5), 0)) in test_bio_dgram_impl()
230 if (!TEST_int_gt(BIO_dgram_set_peer(b1, addr3), 0)) in test_bio_dgram_impl()
250 if (!TEST_false(do_sendmmsg(b1, tx_msg, 2, 0, &num_processed)) in test_bio_dgram_impl()
262 if (!TEST_false(do_sendmmsg(b1, tx_msg, 2, 0, &num_processed) in test_bio_dgram_impl()
267 if (BIO_dgram_get_local_addr_cap(b1) > 0 && use_local) { in test_bio_dgram_impl()
268 if (!TEST_int_eq(BIO_dgram_set_local_addr_enable(b1, 1), 1)) in test_bio_dgram_impl()
277 if (!TEST_true(do_sendmmsg(b1, tx_msg, 2, 0, &num_processed)) in test_bio_dgram_impl()
359 if (!TEST_true(do_sendmmsg(b1, tx_msg, 2, 0, &num_processed)) in test_bio_dgram_impl()
392 if (!TEST_true(do_sendmmsg(b1, tx_msg, OSSL_NELEM(tx_msg), 0, &num_processed)) in test_bio_dgram_impl()
417 BIO_free(b1); in test_bio_dgram_impl()