Home
last modified time | relevance | path

Searched refs:SCTP_CANT_STR_ASSOC (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/netinet/
H A Dsctputil.c3173 } else if ((state == SCTP_COMM_LOST) || (state == SCTP_CANT_STR_ASSOC)) { in sctp_notify_assoc_change()
3193 if (state == SCTP_CANT_STR_ASSOC) { in sctp_notify_assoc_change()
3221 } else if ((state == SCTP_COMM_LOST) || (state == SCTP_CANT_STR_ASSOC)) { in sctp_notify_assoc_change()
3249 ((state == SCTP_COMM_LOST) || (state == SCTP_CANT_STR_ASSOC))) { in sctp_notify_assoc_change()
3273 ((state == SCTP_COMM_LOST) || (state == SCTP_CANT_STR_ASSOC))) { in sctp_notify_assoc_change()
4161 sctp_notify_assoc_change(SCTP_CANT_STR_ASSOC, stcb, error, data, false, false, so_locked); in sctp_ulp_notify()
4169 sctp_notify_assoc_change(SCTP_CANT_STR_ASSOC, stcb, error, data, true, false, so_locked); in sctp_ulp_notify()
4177 sctp_notify_assoc_change(SCTP_CANT_STR_ASSOC, stcb, error, data, false, true, so_locked); in sctp_ulp_notify()
H A Dsctp_uio.h316 #define SCTP_CANT_STR_ASSOC 0x0005 macro