Searched refs:handle_notifications (Results 1 – 2 of 2) sorted by relevance
238 BIO_dgram_sctp_notification_handler_fn handle_notifications; member2068 if (data->handle_notifications != NULL) in dgram_sctp_read()2069 data->handle_notifications(b, data->notification_context, in dgram_sctp_read()2528 BIO_dgram_sctp_notification_handler_fn handle_notifications, in BIO_dgram_sctp_notification_cb() argument2533 if (handle_notifications != NULL) { in BIO_dgram_sctp_notification_cb()2534 data->handle_notifications = handle_notifications; in BIO_dgram_sctp_notification_cb()2677 if (data->handle_notifications != NULL) in dgram_sctp_wait_for_dry()2678 data->handle_notifications(b, data->notification_context, in dgram_sctp_wait_for_dry()2768 if (data->handle_notifications != NULL) in dgram_sctp_msg_waiting()2769 data->handle_notifications(b, data->notification_context, in dgram_sctp_msg_waiting()
781 BIO_dgram_sctp_notification_handler_fn handle_notifications,
Completed in 24 milliseconds