HomeSort by: relevance | last modified time | path
    Searched refs:sctp_error_cause (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp.h 198 struct sctp_error_cause { struct
205 struct sctp_error_cause cause; /* code=SCTP_ERROR_INVALID_STREAM */
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 */
sctp_asconf.c 150 struct sctp_error_cause *error;
163 error = (struct sctp_error_cause *)(aph + 1);
168 error->length = tlv_length + sizeof(struct sctp_error_cause);
1211 struct sctp_error_cause *eh;
1216 eh = (struct sctp_error_cause *)(aph + 1);
1219 if (htons(eh->length) + sizeof(struct sctp_error_cause) >

Completed in 34 milliseconds