Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp.h434 struct sctp_error_unrecognized_chunk { struct
Dsctp_input.c1359 if (cause_length >= sizeof(struct sctp_error_unrecognized_chunk)) { in sctp_handle_error()
1360 struct sctp_error_unrecognized_chunk *unrec_chunk; in sctp_handle_error()
1362 unrec_chunk = (struct sctp_error_unrecognized_chunk *)cause; in sctp_handle_error()