Deleted Added
full compact
sctp_constants.h (189371) sctp_constants.h (189790)
1/*-
2 * Copyright (c) 2001-2008, by 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-2008, by 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 189371 2009-03-04 20:54:42Z rrs $");
34__FBSDID("$FreeBSD: head/sys/netinet/sctp_constants.h 189790 2009-03-14 13:42:13Z rrs $");
35
36#ifndef __sctp_constants_h__
37#define __sctp_constants_h__
38
39/* IANA assigned port number for SCTP over UDP encapsulation */
40/* For freebsd we cannot bind the port at
41 * startup. Otherwise what will happen is
42 * we really won't be bound. The user must

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

224#define SCTP_FLIGHT_LOG_DOWN_PDRP 115
225#define SCTP_FLIGHT_LOG_DOWN_PMTU 116
226#define SCTP_SACK_LOG_NORMAL 117
227#define SCTP_SACK_LOG_EXPRESS 118
228#define SCTP_MAP_TSN_ENTERS 119
229#define SCTP_THRESHOLD_CLEAR 120
230#define SCTP_THRESHOLD_INCR 121
231#define SCTP_FLIGHT_LOG_DWN_WP_FWD 122
35
36#ifndef __sctp_constants_h__
37#define __sctp_constants_h__
38
39/* IANA assigned port number for SCTP over UDP encapsulation */
40/* For freebsd we cannot bind the port at
41 * startup. Otherwise what will happen is
42 * we really won't be bound. The user must

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

224#define SCTP_FLIGHT_LOG_DOWN_PDRP 115
225#define SCTP_FLIGHT_LOG_DOWN_PMTU 116
226#define SCTP_SACK_LOG_NORMAL 117
227#define SCTP_SACK_LOG_EXPRESS 118
228#define SCTP_MAP_TSN_ENTERS 119
229#define SCTP_THRESHOLD_CLEAR 120
230#define SCTP_THRESHOLD_INCR 121
231#define SCTP_FLIGHT_LOG_DWN_WP_FWD 122
232
233#define SCTP_LOG_MAX_TYPES 123
232#define SCTP_FWD_TSN_CHECK 123
233#define SCTP_LOG_MAX_TYPES 124
234/*
235 * To turn on various logging, you must first enable 'options KTR' and
236 * you might want to bump the entires 'options KTR_ENTRIES=80000'.
237 * To get something to log you define one of the logging defines.
238 * (see LINT).
239 *
240 * This gets the compile in place, but you still need to turn the
241 * logging flag on too in the sysctl (see in sctp.h).

--- 827 unchanged lines hidden ---
234/*
235 * To turn on various logging, you must first enable 'options KTR' and
236 * you might want to bump the entires 'options KTR_ENTRIES=80000'.
237 * To get something to log you define one of the logging defines.
238 * (see LINT).
239 *
240 * This gets the compile in place, but you still need to turn the
241 * logging flag on too in the sysctl (see in sctp.h).

--- 827 unchanged lines hidden ---