Lines Matching refs:b2
103 BIO *b1 = NULL, *b2 = NULL; in test_bio_dgram_impl() local
203 b2 = BIO_new_dgram(fd2, 0); in test_bio_dgram_impl()
204 if (!TEST_ptr(b2)) in test_bio_dgram_impl()
214 if (!TEST_int_eq(BIO_read(b2, rx_buf, sizeof(rx_buf)), 5)) in test_bio_dgram_impl()
220 if (!TEST_int_gt(BIO_dgram_get_peer(b2, addr3), 0)) in test_bio_dgram_impl()
233 if (!TEST_int_gt(BIO_dgram_set_peer(b2, addr3), 0)) in test_bio_dgram_impl()
300 if (!TEST_false(do_recvmmsg(b2, rx_msg, 2, 0, &num_processed)) in test_bio_dgram_impl()
318 if (BIO_dgram_get_local_addr_cap(b2) > 0 && use_local) { in test_bio_dgram_impl()
319 if (!TEST_int_eq(BIO_dgram_set_local_addr_enable(b2, 1), 1)) in test_bio_dgram_impl()
328 if (!TEST_true(do_recvmmsg(b2, rx_msg, 2, 0, &num_processed)) in test_bio_dgram_impl()
367 if (!TEST_true(do_recvmmsg(b2, rx_msg, 2, 0, &num_processed)) in test_bio_dgram_impl()
408 if (!TEST_true(do_recvmmsg(b2, rx_msg, OSSL_NELEM(rx_msg), 0, &num_processed)) in test_bio_dgram_impl()
418 BIO_free(b2); in test_bio_dgram_impl()