Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_header.h448 struct sctp_stream_reset_response_tsn { struct
489 struct sctp_stream_reset_response_tsn sr_resp;
H A Dsctp_input.c3581 struct sctp_stream_reset_response_tsn *resp; in sctp_handle_stream_reset_response()
3589 if (ntohs(respin->ph.param_length) < sizeof(struct sctp_stream_reset_response_tsn)) { in sctp_handle_stream_reset_response()
3593 resp = (struct sctp_stream_reset_response_tsn *)respin; in sctp_handle_stream_reset_response()
H A Dsctp_output.c11878 struct sctp_stream_reset_response_tsn *resp; in sctp_add_stream_reset_result_tsn()
11885 resp = (struct sctp_stream_reset_response_tsn *)((caddr_t)ch + len); in sctp_add_stream_reset_result_tsn()
11887 len = sizeof(struct sctp_stream_reset_response_tsn); in sctp_add_stream_reset_result_tsn()