Deleted Added
full compact
sctp_output.h (167598) sctp_output.h (168299)
1/*-
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.

--- 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, 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 167598 2007-03-15 11:27:14Z rrs $");
34__FBSDID("$FreeBSD: head/sys/netinet/sctp_output.h 168299 2007-04-03 11:15:32Z 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

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

66 int site_scope,
67 int do_update);
68int
69 sctp_is_addr_in_ep(struct sctp_inpcb *inp, struct sctp_ifa *ifa);
70
71struct sctp_ifa *
72sctp_source_address_selection(struct sctp_inpcb *inp,
73 struct sctp_tcb *stcb,
35
36#ifndef __sctp_output_h__
37#define __sctp_output_h__
38
39#include <netinet/sctp_header.h>
40
41#if defined(_KERNEL)
42

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

66 int site_scope,
67 int do_update);
68int
69 sctp_is_addr_in_ep(struct sctp_inpcb *inp, struct sctp_ifa *ifa);
70
71struct sctp_ifa *
72sctp_source_address_selection(struct sctp_inpcb *inp,
73 struct sctp_tcb *stcb,
74 struct route *ro, struct sctp_nets *net,
74 sctp_route_t * ro, struct sctp_nets *net,
75 int non_asoc_addr_ok, uint32_t vrf_id);
76
77
78
79void sctp_send_initiate(struct sctp_inpcb *, struct sctp_tcb *);
80
81void
82sctp_send_initiate_ack(struct sctp_inpcb *, struct sctp_tcb *,

--- 117 unchanged lines hidden ---
75 int non_asoc_addr_ok, uint32_t vrf_id);
76
77
78
79void sctp_send_initiate(struct sctp_inpcb *, struct sctp_tcb *);
80
81void
82sctp_send_initiate_ack(struct sctp_inpcb *, struct sctp_tcb *,

--- 117 unchanged lines hidden ---