Deleted Added
full compact
sctputil.h (166023) sctputil.h (166086)
1/*-
1/*-
2 * Copyright (c) 2001-2006, Cisco Systems, Inc. All rights reserved.
2 * Copyright (c) 2001-2007, 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.
9 *
10 * b) Redistributions in binary form must reproduce the above copyright

--- 16 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>
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.
9 *
10 * b) Redistributions in binary form must reproduce the above copyright

--- 16 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 166023 2007-01-15 15:12:10Z rrs $");
35__FBSDID("$FreeBSD: head/sys/netinet/sctputil.h 166086 2007-01-18 09:58:43Z rrs $");
36#ifndef __sctputil_h__
37#define __sctputil_h__
38
39
36#ifndef __sctputil_h__
37#define __sctputil_h__
38
39
40
41#if defined(_KERNEL)
42
43#ifdef SCTP_MBUF_LOGGING
44
45struct mbuf *sctp_m_free(struct mbuf *m);
46void sctp_m_freem(struct mbuf *m);
47
48#else

--- 263 unchanged lines hidden ---
40#if defined(_KERNEL)
41
42#ifdef SCTP_MBUF_LOGGING
43
44struct mbuf *sctp_m_free(struct mbuf *m);
45void sctp_m_freem(struct mbuf *m);
46
47#else

--- 263 unchanged lines hidden ---