BIO_ADDRINFO_next

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

NameDescription
baiCurrent address-info node.