Searched refs:strasoc (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sys/netinet/
H A Dsctputil.c3351 struct sctp_assoc_reset_event *strasoc; local
3363 strasoc = mtod(m_notify, struct sctp_assoc_reset_event *);
3364 memset(strasoc, 0, sizeof(struct sctp_assoc_reset_event));
3365 strasoc->assocreset_type = SCTP_ASSOC_RESET_EVENT;
3366 strasoc->assocreset_flags = flag;
3367 strasoc->assocreset_length = sizeof(struct sctp_assoc_reset_event);
3368 strasoc->assocreset_assoc_id = sctp_get_associd(stcb);
3369 strasoc->assocreset_local_tsn = sending_tsn;
3370 strasoc->assocreset_remote_tsn = recv_tsn;

Completed in 111 milliseconds