Return the BIO_METHOD for an in‐memory datagram BIO.
Synopsis
Declared in <openssl/bio.h>
BIO_METHOD const*
BIO_s_dgram_mem();
Return Value
Pointer to the internal dgram‐mem method table.
Created with MrDocs