diff options
| author | Michael Tuexen <tuexen@FreeBSD.org> | 2014-04-19 19:21:06 +0000 |
|---|---|---|
| committer | Michael Tuexen <tuexen@FreeBSD.org> | 2014-04-19 19:21:06 +0000 |
| commit | 32451da4160e1d9e4f25dfd6a56e729c55ca89e3 (patch) | |
| tree | 1a5f6af3353123787b0c265100f2a332656744fd /sys/netinet/sctp.h | |
| parent | de51fbd695357c04a9f2c529d6fcf168cbec2be4 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/sctp.h')
| -rw-r--r-- | sys/netinet/sctp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sys/netinet/sctp.h b/sys/netinet/sctp.h index 2f7f49b54954d..4c5c03dcb433e 100644 --- a/sys/netinet/sctp.h +++ b/sys/netinet/sctp.h @@ -408,6 +408,11 @@ struct sctp_error_unrecognized_chunk { struct sctp_chunkhdr ch;/* header from chunk in error */ } SCTP_PACKED; +struct sctp_error_no_user_data { + struct sctp_error_cause cause; /* code=SCTP_CAUSE_NO_USER_DATA */ + uint32_t tsn; /* TSN of the empty data chunk */ +} SCTP_PACKED; + /* * Main SCTP chunk types we place these here so natd and f/w's in user land * can find them. |
