Deleted Added
full compact
sctputil.h (164181) sctputil.h (164205)
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 164181 2006-11-11 15:59:01Z rrs $");
35__FBSDID("$FreeBSD: head/sys/netinet/sctputil.h 164205 2006-11-11 22:44:12Z rrs $");
36#ifndef __sctputil_h__
37#define __sctputil_h__
38
39
40
41#if defined(_KERNEL)
42
43#ifdef SCTP_MBUF_LOGGING

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

126void
127sctp_pull_off_control_to_new_inp(struct sctp_inpcb *old_inp,
128 struct sctp_inpcb *new_inp,
129 struct sctp_tcb *stcb);
130
131
132void sctp_stop_timers_for_shutdown(struct sctp_tcb *);
133
36#ifndef __sctputil_h__
37#define __sctputil_h__
38
39
40
41#if defined(_KERNEL)
42
43#ifdef SCTP_MBUF_LOGGING

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

126void
127sctp_pull_off_control_to_new_inp(struct sctp_inpcb *old_inp,
128 struct sctp_inpcb *new_inp,
129 struct sctp_tcb *stcb);
130
131
132void sctp_stop_timers_for_shutdown(struct sctp_tcb *);
133
134void sctp_report_all_outbound(struct sctp_tcb *);
134void sctp_report_all_outbound(struct sctp_tcb *, int);
135
136int sctp_expand_mapping_array(struct sctp_association *);
137
138void sctp_abort_notification(struct sctp_tcb *, int);
139
140/* We abort responding to an IP packet for some reason */
141void
142sctp_abort_association(struct sctp_inpcb *, struct sctp_tcb *,

--- 172 unchanged lines hidden ---
135
136int sctp_expand_mapping_array(struct sctp_association *);
137
138void sctp_abort_notification(struct sctp_tcb *, int);
139
140/* We abort responding to an IP packet for some reason */
141void
142sctp_abort_association(struct sctp_inpcb *, struct sctp_tcb *,

--- 172 unchanged lines hidden ---