Home
last modified time | relevance | path

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

/openssl/test/
H A Dbio_dgram_test.c19 static int compare_addr(const BIO_ADDR *a, const BIO_ADDR *b) in compare_addr() function
223 if (!TEST_int_eq(compare_addr(addr3, addr1), 1)) in test_bio_dgram_impl()
347 if (!TEST_int_eq(compare_addr(addr3, addr1), 1)) in test_bio_dgram_impl()
350 if (!TEST_int_eq(compare_addr(addr5, addr1), 1)) in test_bio_dgram_impl()
373 if (!TEST_int_eq(compare_addr(addr4, addr2), 1)) in test_bio_dgram_impl()
376 if (!TEST_int_eq(compare_addr(addr6, addr2), 1)) in test_bio_dgram_impl()

Completed in 5 milliseconds