diff options
| author | Randall Stewart <rrs@FreeBSD.org> | 2012-03-29 13:36:53 +0000 |
|---|---|---|
| committer | Randall Stewart <rrs@FreeBSD.org> | 2012-03-29 13:36:53 +0000 |
| commit | c4e848b770916a7f6b1d1f1c055b917de147d70d (patch) | |
| tree | e8748765c084ea52a09c31941d048f7e99380b2a /sys/netinet/sctp_constants.h | |
| parent | 7fb26c47df8edff4159a1052ca46eff3d921b6f1 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/sctp_constants.h')
| -rw-r--r-- | sys/netinet/sctp_constants.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/sctp_constants.h b/sys/netinet/sctp_constants.h index 55e3be9010c3..e53d6994470d 100644 --- a/sys/netinet/sctp_constants.h +++ b/sys/netinet/sctp_constants.h @@ -418,7 +418,8 @@ __FBSDID("$FreeBSD$"); #define SCTP_STR_RESET_IN_REQUEST 0x000e #define SCTP_STR_RESET_TSN_REQUEST 0x000f #define SCTP_STR_RESET_RESPONSE 0x0010 -#define SCTP_STR_RESET_ADD_STREAMS 0x0011 +#define SCTP_STR_RESET_ADD_OUT_STREAMS 0x0011 +#define SCTP_STR_RESET_ADD_IN_STREAMS 0x0012 #define SCTP_MAX_RESET_PARAMS 2 #define SCTP_STREAM_RESET_TSN_DELTA 0x1000 |
