Searched refs:ref_caps (Results 1 – 1 of 1) sorted by relevance
504 const uint32_t ref_caps = BIO_DGRAM_CAP_HANDLES_SRC_ADDR in test_bio_dgram_pair() local665 if (!TEST_int_eq(BIO_dgram_set_caps(bio2, ref_caps), 1)) in test_bio_dgram_pair()668 if (!TEST_int_eq(BIO_dgram_get_caps(bio2), ref_caps)) in test_bio_dgram_pair()671 if (!TEST_int_eq(BIO_dgram_get_effective_caps(bio1), ref_caps)) in test_bio_dgram_pair()677 if (!TEST_int_eq(BIO_dgram_set_caps(bio1, ref_caps), 1)) in test_bio_dgram_pair()