Deleted Added
full compact
sctp6_var.h (174510) sctp6_var.h (180387)
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.

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

28 * THE POSSIBILITY OF SUCH DAMAGE.
29 */
30/* $KAME: sctp6_var.h,v 1.7 2004/08/17 04:06:22 itojun Exp $ */
31
32#ifndef _NETINET6_SCTP6_VAR_H_
33#define _NETINET6_SCTP6_VAR_H_
34
35#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.

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

28 * THE POSSIBILITY OF SUCH DAMAGE.
29 */
30/* $KAME: sctp6_var.h,v 1.7 2004/08/17 04:06:22 itojun Exp $ */
31
32#ifndef _NETINET6_SCTP6_VAR_H_
33#define _NETINET6_SCTP6_VAR_H_
34
35#include <sys/cdefs.h>
36__FBSDID("$FreeBSD: head/sys/netinet6/sctp6_var.h 174510 2007-12-10 16:03:40Z obrien $");
36__FBSDID("$FreeBSD: head/sys/netinet6/sctp6_var.h 180387 2008-07-09 16:45:30Z rrs $");
37
37
38/* TODO __Userspace__ IPv6 stuff... */
38#if defined(_KERNEL)
39
40SYSCTL_DECL(_net_inet6_sctp6);
41extern struct pr_usrreqs sctp6_usrreqs;
42
43
44int sctp6_input __P((struct mbuf **, int *, int));
45int sctp6_output

--- 15 unchanged lines hidden ---
39#if defined(_KERNEL)
40
41SYSCTL_DECL(_net_inet6_sctp6);
42extern struct pr_usrreqs sctp6_usrreqs;
43
44
45int sctp6_input __P((struct mbuf **, int *, int));
46int sctp6_output

--- 15 unchanged lines hidden ---