Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/test/
H A Dquicapitest.c2575 int bio_caps = BIO_DGRAM_CAP_HANDLES_DST_ADDR | BIO_DGRAM_CAP_HANDLES_SRC_ADDR; in bio_addr_bind() local
2577 if (!TEST_true(BIO_dgram_set_caps(bio, bio_caps))) in bio_addr_bind()