Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_header.h481 struct sctp_stream_reset_response_tsn { struct
522 struct sctp_stream_reset_response_tsn sr_resp;
Dsctp_input.c3960 struct sctp_stream_reset_response_tsn *resp;
3967 if (ntohs(respin->ph.param_length) < sizeof(struct sctp_stream_reset_response_tsn)) {
3971 resp = (struct sctp_stream_reset_response_tsn *)respin;
Dsctp_output.c12777 struct sctp_stream_reset_response_tsn *resp;
12784 resp = (struct sctp_stream_reset_response_tsn *)((caddr_t)ch + len);
12786 len = sizeof(struct sctp_stream_reset_response_tsn);