summaryrefslogtreecommitdiff
path: root/netinet/sctputil.h
diff options
context:
space:
mode:
Diffstat (limited to 'netinet/sctputil.h')
-rwxr-xr-xnetinet/sctputil.h15
1 files changed, 6 insertions, 9 deletions
diff --git a/netinet/sctputil.h b/netinet/sctputil.h
index f0241fe..5b042ee 100755
--- a/netinet/sctputil.h
+++ b/netinet/sctputil.h
@@ -1,7 +1,7 @@
/*-
* Copyright (c) 2001-2007, by Cisco Systems, Inc. All rights reserved.
- * Copyright (c) 2008-2011, by Randall Stewart. All rights reserved.
- * Copyright (c) 2008-2011, by Michael Tuexen. All rights reserved.
+ * Copyright (c) 2008-2012, by Randall Stewart. All rights reserved.
+ * Copyright (c) 2008-2012, by Michael Tuexen. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -30,16 +30,13 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-
-/* $KAME: sctputil.h,v 1.15 2005/03/06 16:04:19 itojun Exp $ */
-
#ifdef __FreeBSD__
#include <sys/cdefs.h>
-__FBSDID("$FreeBSD: head/sys/netinet/sctputil.h 235416 2012-05-13 19:32:49Z tuexen $");
+__FBSDID("$FreeBSD: head/sys/netinet/sctputil.h 235828 2012-05-23 11:26:28Z tuexen $");
#endif
-#ifndef __sctputil_h__
-#define __sctputil_h__
+#ifndef _NETINET_SCTP_UTIL_H_
+#define _NETINET_SCTP_UTIL_H_
#if defined(_KERNEL) || defined(__Userspace__)
@@ -87,7 +84,7 @@ int sctp_init_asoc(struct sctp_inpcb *, struct sctp_tcb *, uint32_t, uint32_t);
void sctp_fill_random_store(struct sctp_pcb *);
void
-sctp_notify_stream_reset_add(struct sctp_tcb *stcb, uint16_t numberin,
+sctp_notify_stream_reset_add(struct sctp_tcb *stcb, uint16_t numberin,
uint16_t numberout, int flag);
void
sctp_notify_stream_reset_tsn(struct sctp_tcb *stcb, uint32_t sending_tsn, uint32_t recv_tsn, int flag);