Advance to the next node in a BIO_ADDRINFO linked list.
Synopsis
Declared in <openssl/bio.h>
BIO_ADDRINFO const*
BIO_ADDRINFO_next(BIO_ADDRINFO const* bai);
Return Value
Next node, or NULL at the end of the list.
Parameters
Name |
Description |
bai |
Current address‐info node. |
Created with MrDocs