Searched refs:handle_notifications (Results 1 – 3 of 3) sorted by relevance
129 BIO_dgram_sctp_notification_handler_fn handle_notifications; member1105 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() argument1572 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()
697 BIO_dgram_sctp_notification_handler_fn handle_notifications,
674 BIO_dgram_sctp_notification_handler_fn handle_notifications,