Deleted Added
full compact
sctputil.h (163996) sctputil.h (164181)
1/*-
2 * Copyright (c) 2001-2006, 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-2006, 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 163996 2006-11-05 13:25:18Z rrs $");
35__FBSDID("$FreeBSD: head/sys/netinet/sctputil.h 164181 2006-11-11 15:59:01Z rrs $");
36#ifndef __sctputil_h__
37#define __sctputil_h__
38
39
40
41#if defined(_KERNEL)
42
43#ifdef SCTP_MBUF_LOGGING

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

260void
261 sctp_misc_ints(uint8_t from, uint32_t a, uint32_t b, uint32_t c, uint32_t d);
262
263void
264sctp_wakeup_log(struct sctp_tcb *stcb,
265 uint32_t cumtsn,
266 uint32_t wake_cnt, int from);
267
36#ifndef __sctputil_h__
37#define __sctputil_h__
38
39
40
41#if defined(_KERNEL)
42
43#ifdef SCTP_MBUF_LOGGING

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

260void
261 sctp_misc_ints(uint8_t from, uint32_t a, uint32_t b, uint32_t c, uint32_t d);
262
263void
264sctp_wakeup_log(struct sctp_tcb *stcb,
265 uint32_t cumtsn,
266 uint32_t wake_cnt, int from);
267
268void sctp_log_strm_del_alt(uint32_t, uint16_t, int);
268void sctp_log_strm_del_alt(struct sctp_tcb *stcb, uint32_t, uint16_t, uint16_t, int);
269
270void sctp_log_nagle_event(struct sctp_tcb *stcb, int action);
271
272
273void
274 sctp_log_mb(struct mbuf *m, int from);
275
276void

--- 38 unchanged lines hidden ---
269
270void sctp_log_nagle_event(struct sctp_tcb *stcb, int action);
271
272
273void
274 sctp_log_mb(struct mbuf *m, int from);
275
276void

--- 38 unchanged lines hidden ---