Home
last modified time | relevance | path

Searched refs:handle_notifications (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssl/crypto/bio/
H A Dbss_dgram.c129 BIO_dgram_sctp_notification_handler_fn handle_notifications; member
1105 if (data->handle_notifications != NULL) in dgram_sctp_read()
1106 data->handle_notifications(b, data->notification_context, in dgram_sctp_read()
1567 BIO_dgram_sctp_notification_handler_fn handle_notifications, in BIO_dgram_sctp_notification_cb() argument
1572 if (handle_notifications != NULL) { in BIO_dgram_sctp_notification_cb()
1573 data->handle_notifications = handle_notifications; in BIO_dgram_sctp_notification_cb()
1716 if (data->handle_notifications != NULL) in dgram_sctp_wait_for_dry()
1717 data->handle_notifications(b, data->notification_context, in dgram_sctp_wait_for_dry()
1807 if (data->handle_notifications != NULL) in dgram_sctp_msg_waiting()
1808 data->handle_notifications(b, data->notification_context, in dgram_sctp_msg_waiting()
/freebsd/crypto/openssl/include/openssl/
H A Dbio.h697 BIO_dgram_sctp_notification_handler_fn handle_notifications,
H A Dbio.h.in674 BIO_dgram_sctp_notification_handler_fn handle_notifications,