Home
last modified time | relevance | path

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

/openssl/test/
H A Dbio_dgram_test.c504 const uint32_t ref_caps = BIO_DGRAM_CAP_HANDLES_SRC_ADDR in test_bio_dgram_pair() local
663 if (!TEST_int_eq(BIO_dgram_set_caps(bio2, ref_caps), 1)) in test_bio_dgram_pair()
666 if (!TEST_int_eq(BIO_dgram_get_caps(bio2), ref_caps)) in test_bio_dgram_pair()
669 if (!TEST_int_eq(BIO_dgram_get_effective_caps(bio1), ref_caps)) in test_bio_dgram_pair()
675 if (!TEST_int_eq(BIO_dgram_set_caps(bio1, ref_caps), 1)) in test_bio_dgram_pair()

Completed in 5 milliseconds