aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/sctp6_var.h
diff options
context:
space:
mode:
authorRandall Stewart <rrs@FreeBSD.org>2007-03-19 06:53:02 +0000
committerRandall Stewart <rrs@FreeBSD.org>2007-03-19 06:53:02 +0000
commit132dea7d5a541eb1fb21d0901ab405f46d1cfaa4 (patch)
treef1e1b2a5f87feb92e42f13f0cbbd9dc84f4c596b /sys/netinet6/sctp6_var.h
parent09dce7a13dcf509ab580c1d973541e94956fa5d0 (diff)
downloadsrc-132dea7d5a541eb1fb21d0901ab405f46d1cfaa4.tar.gz
src-132dea7d5a541eb1fb21d0901ab405f46d1cfaa4.zip
- errno -> becomes error in sctp_output.c and sctputil.c
- SB_CLEAR macro defined and used for sb clearing. - Fix for CMT express_sack_handling did not do proper pseudo-cumack updates. - Get rid of extraneous function that was never used ip_2_ip6_hdr() - Fixed source address selection bug (initialization problem). - Source address selection debug added.
Notes
Notes: svn path=/head/; revision=167695
Diffstat (limited to 'sys/netinet6/sctp6_var.h')
-rw-r--r--sys/netinet6/sctp6_var.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/sctp6_var.h b/sys/netinet6/sctp6_var.h
index 05990703d359..178d987024e2 100644
--- a/sys/netinet6/sctp6_var.h
+++ b/sys/netinet6/sctp6_var.h
@@ -41,11 +41,11 @@ int sctp6_ctloutput __P((struct socket *, struct sockopt *));
int sctp6_input __P((struct mbuf **, int *, int));
-
int sctp6_output
__P((struct sctp_inpcb *, struct mbuf *, struct sockaddr *,
struct mbuf *, struct proc *));
void sctp6_ctlinput __P((int, struct sockaddr *, void *));
+
#endif /* _KERNEL */
#endif