BIO_dgram_get_effective_caps
rcaps = BIO_dgram_get_effective_caps(port->net_rbio);
wcaps = BIO_dgram_get_effective_caps(port->net_wbio);
if (!TEST_int_eq(BIO_dgram_get_effective_caps(bio1), ref_caps))
if (idx == 0 && !TEST_int_eq(BIO_dgram_get_effective_caps(bio2), 0))