Searched refs:sctp_notify_stream_reset (Results 1 – 1 of 1) sorted by relevance
/external/usrsctp/usrsctplib/netinet/ |
D | sctputil.c | 4117 sctp_notify_stream_reset(struct sctp_tcb *stcb, in sctp_notify_stream_reset() function 4389 sctp_notify_stream_reset(stcb, error, ((uint16_t *) data), SCTP_STREAM_RESET_OUTGOING_SSN); 4392 sctp_notify_stream_reset(stcb, error, ((uint16_t *) data), SCTP_STREAM_RESET_INCOMING); 4395 sctp_notify_stream_reset(stcb, error, ((uint16_t *) data), 4399 sctp_notify_stream_reset(stcb, error, ((uint16_t *) data), 4403 sctp_notify_stream_reset(stcb, error, ((uint16_t *) data), 4407 sctp_notify_stream_reset(stcb, error, ((uint16_t *) data),
|