Deleted Added
full compact
sctputil.h (179157) sctputil.h (180387)
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.

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

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
32/* $KAME: sctputil.h,v 1.15 2005/03/06 16:04:19 itojun Exp $ */
33
34#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.

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

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
32/* $KAME: sctputil.h,v 1.15 2005/03/06 16:04:19 itojun Exp $ */
33
34#include <sys/cdefs.h>
35__FBSDID("$FreeBSD: head/sys/netinet/sctputil.h 179157 2008-05-20 13:47:46Z rrs $");
35__FBSDID("$FreeBSD: head/sys/netinet/sctputil.h 180387 2008-07-09 16:45:30Z rrs $");
36#ifndef __sctputil_h__
37#define __sctputil_h__
38
39
36#ifndef __sctputil_h__
37#define __sctputil_h__
38
39
40#if defined(_KERNEL)
40#if defined(_KERNEL) || defined(__Userspace__)
41
42
43#ifdef SCTP_ASOCLOG_OF_TSNS
44void sctp_print_out_track_log(struct sctp_tcb *stcb);
45
46#endif
47
48#ifdef SCTP_MBUF_LOGGING

--- 347 unchanged lines hidden ---
41
42
43#ifdef SCTP_ASOCLOG_OF_TSNS
44void sctp_print_out_track_log(struct sctp_tcb *stcb);
45
46#endif
47
48#ifdef SCTP_MBUF_LOGGING

--- 347 unchanged lines hidden ---