BIO_new_dgram
BIO *BIO_new_dgram(int fd, int close_flag);
LCRYPTO_ALIAS(BIO_new_dgram);
LCRYPTO_USED(BIO_new_dgram);
if ((bio = BIO_new_dgram(sock, BIO_NOCLOSE)) == NULL)
if ((bio = BIO_new_dgram(sock, BIO_NOCLOSE)) == NULL)
sbio = BIO_new_dgram(s, BIO_NOCLOSE);
sbio = BIO_new_dgram(s, BIO_NOCLOSE);