Deleted Added
full compact
sctp.h (185694) sctp.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.

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

25 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
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/* $KAME: sctp.h,v 1.18 2005/03/06 16:04:16 itojun Exp $ */
31
32#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.

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

25 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
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/* $KAME: sctp.h,v 1.18 2005/03/06 16:04:16 itojun Exp $ */
31
32#include <sys/cdefs.h>
33__FBSDID("$FreeBSD: head/sys/netinet/sctp.h 185694 2008-12-06 13:19:54Z rrs $");
33__FBSDID("$FreeBSD: head/sys/netinet/sctp.h 189790 2009-03-14 13:42:13Z rrs $");
34
35#ifndef _NETINET_SCTP_H_
36#define _NETINET_SCTP_H_
37
38#include <sys/types.h>
39
40
41#define SCTP_PACKED __attribute__((packed))

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

539#define SCTP_LOG_RWND_ENABLE 0x00100000
540#define SCTP_LOG_SACK_ARRIVALS_ENABLE 0x00200000
541#define SCTP_LTRACE_CHUNK_ENABLE 0x00400000
542#define SCTP_LTRACE_ERROR_ENABLE 0x00800000
543#define SCTP_LAST_PACKET_TRACING 0x01000000
544#define SCTP_THRESHOLD_LOGGING 0x02000000
545#define SCTP_LOG_AT_SEND_2_SCTP 0x04000000
546#define SCTP_LOG_AT_SEND_2_OUTQ 0x08000000
34
35#ifndef _NETINET_SCTP_H_
36#define _NETINET_SCTP_H_
37
38#include <sys/types.h>
39
40
41#define SCTP_PACKED __attribute__((packed))

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

539#define SCTP_LOG_RWND_ENABLE 0x00100000
540#define SCTP_LOG_SACK_ARRIVALS_ENABLE 0x00200000
541#define SCTP_LTRACE_CHUNK_ENABLE 0x00400000
542#define SCTP_LTRACE_ERROR_ENABLE 0x00800000
543#define SCTP_LAST_PACKET_TRACING 0x01000000
544#define SCTP_THRESHOLD_LOGGING 0x02000000
545#define SCTP_LOG_AT_SEND_2_SCTP 0x04000000
546#define SCTP_LOG_AT_SEND_2_OUTQ 0x08000000
547#define SCTP_LOG_TRY_ADVANCE 0x10000000
547
548
548
549
549
550#undef SCTP_PACKED
551
552#endif /* !_NETINET_SCTP_H_ */
550#undef SCTP_PACKED
551
552#endif /* !_NETINET_SCTP_H_ */