Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h693 #define SCTP_NOTIFY_ASSOC_DOWN 2 macro
/f-stack/freebsd/netinet/
H A Dsctp_constants.h693 #define SCTP_NOTIFY_ASSOC_DOWN 2 macro
H A Dsctp_input.c1030 sctp_ulp_notify(SCTP_NOTIFY_ASSOC_DOWN, stcb, 0, NULL, SCTP_SO_NOT_LOCKED); in sctp_handle_shutdown_ack()
3071 sctp_ulp_notify(SCTP_NOTIFY_ASSOC_DOWN, stcb, 0, NULL, SCTP_SO_NOT_LOCKED); in sctp_handle_shutdown_complete()
H A Dsctputil.c4085 case SCTP_NOTIFY_ASSOC_DOWN: in sctp_ulp_notify()