Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctp_constants.h599 #define SCTP_NOTIFY_ASSOC_DOWN 2 macro
H A Dsctp_input.c651 sctp_ulp_notify(SCTP_NOTIFY_ASSOC_DOWN, stcb, 0, NULL); in sctp_handle_shutdown_ack()
2349 sctp_ulp_notify(SCTP_NOTIFY_ASSOC_DOWN, stcb, 0, NULL); in sctp_handle_shutdown_complete()
H A Dsctputil.c2478 case SCTP_NOTIFY_ASSOC_DOWN: in sctp_ulp_notify()