Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp.h403 struct sctp_error_cause { struct
410 struct sctp_error_cause cause; /* code=SCTP_CAUSE_INVALID_STREAM */ argument
416 struct sctp_error_cause cause; /* code=SCTP_CAUSE_MISSING_PARAM */
422 struct sctp_error_cause cause; /* code=SCTP_CAUSE_STALE_COOKIE */
427 struct sctp_error_cause cause; /* code=SCTP_CAUSE_OUT_OF_RESOURCES */
431 struct sctp_error_cause cause; /* code=SCTP_CAUSE_UNRESOLVABLE_ADDR */
435 struct sctp_error_cause cause; /* code=SCTP_CAUSE_UNRECOG_CHUNK */
440 struct sctp_error_cause cause; /* code=SCTP_CAUSE_NO_USER_DATA */
445 struct sctp_error_cause cause; /* code=SCTP_CAUSE_UNSUPPORTED_HMACID */
Dsctp_asconf.c112 struct sctp_error_cause *error; in sctp_asconf_error_response()
120 cause_length = sizeof(struct sctp_error_cause) + tlv_length; in sctp_asconf_error_response()
143 error = (struct sctp_error_cause *)(aph + 1); in sctp_asconf_error_response()
1607 struct sctp_error_cause *eh; in sctp_asconf_process_error()
1612 eh = (struct sctp_error_cause *)(aph + 1); in sctp_asconf_process_error()
1615 if (htons(eh->length) + sizeof(struct sctp_error_cause) > in sctp_asconf_process_error()
Dsctp_input.c871 if (len >= sizeof(struct sctp_chunkhdr) + sizeof(struct sctp_error_cause)) { in sctp_handle_abort()
876 struct sctp_error_cause *cause; in sctp_handle_abort()
878 cause = (struct sctp_error_cause *)(abort + 1); in sctp_handle_abort()
1243 struct sctp_error_cause *cause; in sctp_handle_error()
1253 cause = (struct sctp_error_cause *)((caddr_t)ch + in sctp_handle_error()
1265 while (remaining_length >= sizeof(struct sctp_error_cause)) { in sctp_handle_error()
1368 if (cause_length >= sizeof(struct sctp_error_cause) + sizeof(struct sctp_paramhdr)) { in sctp_handle_error()
1413 cause = (struct sctp_error_cause *)((caddr_t)cause + adjust); in sctp_handle_error()