Searched refs:bio_caps (Results 1 – 1 of 1) sorted by relevance
2575 int bio_caps = BIO_DGRAM_CAP_HANDLES_DST_ADDR | BIO_DGRAM_CAP_HANDLES_SRC_ADDR; in bio_addr_bind() local2577 if (!TEST_true(BIO_dgram_set_caps(bio, bio_caps))) in bio_addr_bind()