[#BIO_s_datagram] = BIO_s_datagram :mrdocs: Return the BIO_METHOD for a datagram (UDP) socket BIO. == Synopsis Declared in `<openssl/bio.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:BIO_METHOD.adoc[BIO_METHOD] const* BIO_s_datagram(); ---- == Return Value Pointer to the internal datagram method table. [.small]#Created with https://www.mrdocs.com[MrDocs]#