BIO_dgram_sctp_notification_handler_fn

Callback invoked when an SCTP datagram BIO receives a notification message.

Synopsis

Declared in <openssl/bio.h>

typedef void(* BIO_dgram_sctp_notification_handler_fn)(BIO*, void*, void*);

Parameters

NameDescription
bDatagram BIO that received the notification.
contextUser pointer supplied when the handler was registered.
bufNotification payload buffer (SCTP notification structure).