Home
last modified time | relevance | path

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

/netbsd-src/sys/netinet/
H A Dsctp.h198 struct sctp_error_cause { struct
205 struct sctp_error_cause cause; /* code=SCTP_ERROR_INVALID_STREAM */ argument
211 struct sctp_error_cause cause; /* code=SCTP_ERROR_MISSING_PARAM */
217 struct sctp_error_cause cause; /* code=SCTP_ERROR_STALE_COOKIE */
222 struct sctp_error_cause cause; /* code=SCTP_ERROR_OUT_OF_RESOURCES */
226 struct sctp_error_cause cause; /* code=SCTP_ERROR_UNRESOLVABLE_ADDR */
231 struct sctp_error_cause cause; /* code=SCTP_ERROR_UNRECOG_CHUNK */
H A Dsctp_asconf.c150 struct sctp_error_cause *error; in sctp_asconf_error_response()
163 error = (struct sctp_error_cause *)(aph + 1); in sctp_asconf_error_response()
168 error->length = tlv_length + sizeof(struct sctp_error_cause); in sctp_asconf_error_response()
1211 struct sctp_error_cause *eh; in sctp_asconf_process_error()
1216 eh = (struct sctp_error_cause *)(aph + 1); in sctp_asconf_process_error()
1219 if (htons(eh->length) + sizeof(struct sctp_error_cause) > in sctp_asconf_process_error()