Deleted Added
full compact
sctp_structs.h (172091) sctp_structs.h (172703)
1/*-
2 * Copyright (c) 2001-2007, 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_structs.h,v 1.13 2005/03/06 16:04:18 itojun Exp $ */
32
33#include <sys/cdefs.h>
1/*-
2 * Copyright (c) 2001-2007, 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_structs.h,v 1.13 2005/03/06 16:04:18 itojun Exp $ */
32
33#include <sys/cdefs.h>
34__FBSDID("$FreeBSD: head/sys/netinet/sctp_structs.h 172091 2007-09-08 17:48:46Z rrs $");
34__FBSDID("$FreeBSD: head/sys/netinet/sctp_structs.h 172703 2007-10-16 14:05:51Z rrs $");
35
36#ifndef __sctp_structs_h__
37#define __sctp_structs_h__
38
39#include <netinet/sctp_os.h>
40#include <netinet/sctp_header.h>
41#include <netinet/sctp_auth.h>
42

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

770#ifdef SCTP_ASOCLOG_OF_TSNS
771 /*
772 * special log - This adds considerable size to the asoc, but
773 * provides a log that you can use to detect problems via kgdb.
774 */
775 struct sctp_tsn_log in_tsnlog[SCTP_TSN_LOG_SIZE];
776 struct sctp_tsn_log out_tsnlog[SCTP_TSN_LOG_SIZE];
777 uint32_t cumack_log[SCTP_TSN_LOG_SIZE];
35
36#ifndef __sctp_structs_h__
37#define __sctp_structs_h__
38
39#include <netinet/sctp_os.h>
40#include <netinet/sctp_header.h>
41#include <netinet/sctp_auth.h>
42

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

770#ifdef SCTP_ASOCLOG_OF_TSNS
771 /*
772 * special log - This adds considerable size to the asoc, but
773 * provides a log that you can use to detect problems via kgdb.
774 */
775 struct sctp_tsn_log in_tsnlog[SCTP_TSN_LOG_SIZE];
776 struct sctp_tsn_log out_tsnlog[SCTP_TSN_LOG_SIZE];
777 uint32_t cumack_log[SCTP_TSN_LOG_SIZE];
778 uint32_t cumack_logsnt[SCTP_TSN_LOG_SIZE];
778 uint16_t tsn_in_at;
779 uint16_t tsn_out_at;
780 uint16_t tsn_in_wrapped;
781 uint16_t tsn_out_wrapped;
782 uint16_t cumack_log_at;
779 uint16_t tsn_in_at;
780 uint16_t tsn_out_at;
781 uint16_t tsn_in_wrapped;
782 uint16_t tsn_out_wrapped;
783 uint16_t cumack_log_at;
783
784 uint16_t cumack_log_atsnt;
784#endif /* SCTP_ASOCLOG_OF_TSNS */
785#ifdef SCTP_FS_SPEC_LOG
786 struct sctp_fs_spec_log fslog[SCTP_FS_SPEC_LOG_SIZE];
787 uint16_t fs_index;
788#endif
789
790 /*
791 * window state information and smallest MTU that I use to bound

--- 254 unchanged lines hidden ---
785#endif /* SCTP_ASOCLOG_OF_TSNS */
786#ifdef SCTP_FS_SPEC_LOG
787 struct sctp_fs_spec_log fslog[SCTP_FS_SPEC_LOG_SIZE];
788 uint16_t fs_index;
789#endif
790
791 /*
792 * window state information and smallest MTU that I use to bound

--- 254 unchanged lines hidden ---