Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dsctputil.c3567 struct sctp_stream_reset_event *strreset; in sctp_notify_stream_reset() local
3587 strreset = mtod(m_notify, struct sctp_stream_reset_event *); in sctp_notify_stream_reset()
3588 memset(strreset, 0, len); in sctp_notify_stream_reset()
3589 strreset->strreset_type = SCTP_STREAM_RESET_EVENT; in sctp_notify_stream_reset()
3590 strreset->strreset_flags = flag; in sctp_notify_stream_reset()
3591 strreset->strreset_length = len; in sctp_notify_stream_reset()
3592 strreset->strreset_assoc_id = sctp_get_associd(stcb); in sctp_notify_stream_reset()
3597 strreset->strreset_stream_list[i] = ntohs(list[i]); in sctp_notify_stream_reset()