Home
last modified time | relevance | path

Searched refs:addr3 (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dbio_dgram_test.c149 addr3 = BIO_ADDR_new(); in test_bio_dgram_impl()
150 if (!TEST_ptr(addr3)) in test_bio_dgram_impl()
223 if (!TEST_int_eq(compare_addr(addr3, addr1), 1)) in test_bio_dgram_impl()
284 rx_msg[0].peer = addr3; in test_bio_dgram_impl()
347 if (!TEST_int_eq(compare_addr(addr3, addr1), 1)) in test_bio_dgram_impl()
425 BIO_ADDR_free(addr3); in test_bio_dgram_impl()
647 addr3 = BIO_ADDR_new(); in test_bio_dgram_pair()
648 if (!TEST_ptr(addr3)) in test_bio_dgram_pair()
689 rmsgs[0].peer = addr3; in test_bio_dgram_pair()
700 if (!TEST_int_eq(BIO_ADDR_family(addr3), 0)) in test_bio_dgram_pair()
[all …]

Completed in 5 milliseconds