Deleted Added
full compact
sctp_output.h (172090) sctp_output.h (172190)
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_output.h,v 1.14 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_output.h,v 1.14 2005/03/06 16:04:18 itojun Exp $ */
32
33#include <sys/cdefs.h>
34__FBSDID("$FreeBSD: head/sys/netinet/sctp_output.h 172090 2007-09-08 11:35:11Z rrs $");
34__FBSDID("$FreeBSD: head/sys/netinet/sctp_output.h 172190 2007-09-15 19:07:42Z rrs $");
35
36#ifndef __sctp_output_h__
37#define __sctp_output_h__
38
39#include <netinet/sctp_header.h>
40
41#if defined(_KERNEL)
42

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

107void sctp_send_shutdown_ack(struct sctp_tcb *, struct sctp_nets *);
108
109void sctp_send_shutdown_complete(struct sctp_tcb *, struct sctp_nets *);
110
111void
112sctp_send_shutdown_complete2(struct mbuf *, int, struct sctphdr *,
113 uint32_t);
114
35
36#ifndef __sctp_output_h__
37#define __sctp_output_h__
38
39#include <netinet/sctp_header.h>
40
41#if defined(_KERNEL)
42

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

107void sctp_send_shutdown_ack(struct sctp_tcb *, struct sctp_nets *);
108
109void sctp_send_shutdown_complete(struct sctp_tcb *, struct sctp_nets *);
110
111void
112sctp_send_shutdown_complete2(struct mbuf *, int, struct sctphdr *,
113 uint32_t);
114
115void sctp_send_asconf(struct sctp_tcb *, struct sctp_nets *);
115void sctp_send_asconf(struct sctp_tcb *, struct sctp_nets *, int addr_locked);
116
117void sctp_send_asconf_ack(struct sctp_tcb *);
118
119int sctp_get_frag_point(struct sctp_tcb *, struct sctp_association *);
120
121void sctp_toss_old_cookies(struct sctp_tcb *, struct sctp_association *);
122
123void sctp_toss_old_asconf(struct sctp_tcb *);

--- 92 unchanged lines hidden ---
116
117void sctp_send_asconf_ack(struct sctp_tcb *);
118
119int sctp_get_frag_point(struct sctp_tcb *, struct sctp_association *);
120
121void sctp_toss_old_cookies(struct sctp_tcb *, struct sctp_association *);
122
123void sctp_toss_old_asconf(struct sctp_tcb *);

--- 92 unchanged lines hidden ---