Deleted Added
full compact
sctp6_var.h (171260) sctp6_var.h (172156)
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/* $KAME: sctp6_var.h,v 1.7 2004/08/17 04:06:22 itojun Exp $ */
31#ifndef _NETINET6_SCTP6_VAR_H_
32#define _NETINET6_SCTP6_VAR_H_
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/* $KAME: sctp6_var.h,v 1.7 2004/08/17 04:06:22 itojun Exp $ */
31#ifndef _NETINET6_SCTP6_VAR_H_
32#define _NETINET6_SCTP6_VAR_H_
33#include <sys/cdefs.h>
34__FBSDID("$FreeBSD: head/sys/netinet6/sctp6_var.h 171260 2007-07-05 16:29:40Z delphij $");
34__FBSDID("$FreeBSD: head/sys/netinet6/sctp6_var.h 172156 2007-09-13 10:36:43Z rrs $");
35
36#if defined(_KERNEL)
37
38SYSCTL_DECL(_net_inet6_sctp6);
39extern struct pr_usrreqs sctp6_usrreqs;
40
41
42int sctp6_input __P((struct mbuf **, int *, int));
43int sctp6_output
44__P((struct sctp_inpcb *, struct mbuf *, struct sockaddr *,
45 struct mbuf *, struct proc *));
46 void sctp6_ctlinput __P((int, struct sockaddr *, void *));
47
48
35
36#if defined(_KERNEL)
37
38SYSCTL_DECL(_net_inet6_sctp6);
39extern struct pr_usrreqs sctp6_usrreqs;
40
41
42int sctp6_input __P((struct mbuf **, int *, int));
43int sctp6_output
44__P((struct sctp_inpcb *, struct mbuf *, struct sockaddr *,
45 struct mbuf *, struct proc *));
46 void sctp6_ctlinput __P((int, struct sockaddr *, void *));
47
48
49 extern void sctp6_notify(struct sctp_inpcb *inp,
50 struct icmp6_hdr *icmph,
51 struct sctphdr *sh,
52 struct sockaddr *to,
53 struct sctp_tcb *stcb,
54 struct sctp_nets *net);
55
56
49#endif /* _KERNEL */
50#endif
57#endif /* _KERNEL */
58#endif