Deleted Added
full compact
sctp_constants.h (163953) sctp_constants.h (164181)
1/*-
2 * Copyright (c) 2001-2006, Cisco Systems, Inc. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are met:
6 *
7 * a) Redistributions of source code must retain the above copyright notice,
8 * this list of conditions and the following disclaimer.

--- 17 unchanged lines hidden (view full) ---

26 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
28 * THE POSSIBILITY OF SUCH DAMAGE.
29 */
30
31/* $KAME: sctp_constants.h,v 1.17 2005/03/06 16:04:17 itojun Exp $ */
32
33#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2001-2006, Cisco Systems, Inc. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are met:
6 *
7 * a) Redistributions of source code must retain the above copyright notice,
8 * this list of conditions and the following disclaimer.

--- 17 unchanged lines hidden (view full) ---

26 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
27 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
28 * THE POSSIBILITY OF SUCH DAMAGE.
29 */
30
31/* $KAME: sctp_constants.h,v 1.17 2005/03/06 16:04:17 itojun Exp $ */
32
33#include <sys/cdefs.h>
34__FBSDID("$FreeBSD: head/sys/netinet/sctp_constants.h 163953 2006-11-03 15:23:16Z rrs $");
34__FBSDID("$FreeBSD: head/sys/netinet/sctp_constants.h 164181 2006-11-11 15:59:01Z rrs $");
35
36#ifndef __sctp_constants_h__
37#define __sctp_constants_h__
38
39#if defined(_KERNEL)
40#include <sys/kernel.h>
41#endif
42

--- 101 unchanged lines hidden (view full) ---

144#define SCTP_SORCV_DOESLCK 96
145#define SCTP_SORCV_DOESADJ 97
146#define SCTP_SORCV_BOTWHILE 98
147#define SCTP_SORCV_PASSBF 99
148#define SCTP_SORCV_ADJD 100
149#define SCTP_UNKNOWN_MAX 101
150#define SCTP_RANDY_STUFF 102
151#define SCTP_RANDY_STUFF1 103
35
36#ifndef __sctp_constants_h__
37#define __sctp_constants_h__
38
39#if defined(_KERNEL)
40#include <sys/kernel.h>
41#endif
42

--- 101 unchanged lines hidden (view full) ---

144#define SCTP_SORCV_DOESLCK 96
145#define SCTP_SORCV_DOESADJ 97
146#define SCTP_SORCV_BOTWHILE 98
147#define SCTP_SORCV_PASSBF 99
148#define SCTP_SORCV_ADJD 100
149#define SCTP_UNKNOWN_MAX 101
150#define SCTP_RANDY_STUFF 102
151#define SCTP_RANDY_STUFF1 103
152#define SCTP_STRMOUT_LOG_ASSIGN 104
153#define SCTP_STRMOUT_LOG_SEND 105
152
154
153#define SCTP_LOG_MAX_TYPES 104
155#define SCTP_LOG_MAX_TYPES 106
154/*
155 * To turn on various logging, you must first define SCTP_STAT_LOGGING. Then
156 * to get something to log you define one of the logging defines i.e.
157 *
158 * SCTP_CWND_LOGGING SCTP_BLK_LOGGING SCTP_STR_LOGGING SCTP_FR_LOGGING
159 *
160 * Any one or a combination of the logging can be turned on.
161 */

--- 742 unchanged lines hidden ---
156/*
157 * To turn on various logging, you must first define SCTP_STAT_LOGGING. Then
158 * to get something to log you define one of the logging defines i.e.
159 *
160 * SCTP_CWND_LOGGING SCTP_BLK_LOGGING SCTP_STR_LOGGING SCTP_FR_LOGGING
161 *
162 * Any one or a combination of the logging can be turned on.
163 */

--- 742 unchanged lines hidden ---