Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Jun 2007 11:21:00 +0000 (UTC)
From:      Randall Stewart <rrs@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet sctp.h sctp_constants.h sctp_header.h sctp_input.c sctp_os_bsd.h sctp_output.c sctp_usrreq.c sctputil.c sctputil.h src/sys/netinet6 sctp6_var.h
Message-ID:  <200706121121.l5CBL0YM012242@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rrs         2007-06-12 11:21:00 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          sctp.h sctp_constants.h sctp_header.h 
                         sctp_input.c sctp_os_bsd.h sctp_output.c 
                         sctp_usrreq.c sctputil.c sctputil.h 
    sys/netinet6         sctp6_var.h 
  Log:
  - Restructure so bindx functions are not done inline to socket option
    but are a seperate call that can be re-used if needed.
  - 64 bit issues
    o re-arrange cookie so it is better 64 bit aligned
    o For wire level things we need the packed attribute.
  
  Revision  Changes    Path
  1.12      +56 -47    src/sys/netinet/sctp.h
  1.20      +1 -1      src/sys/netinet/sctp_constants.h
  1.5       +70 -64    src/sys/netinet/sctp_header.h
  1.37      +5 -0      src/sys/netinet/sctp_input.c
  1.22      +3 -0      src/sys/netinet/sctp_os_bsd.h
  1.36      +1 -1      src/sys/netinet/sctp_output.c
  1.32      +8 -126    src/sys/netinet/sctp_usrreq.c
  1.40      +144 -0    src/sys/netinet/sctputil.c
  1.23      +8 -0      src/sys/netinet/sctputil.h
  1.6       +0 -1      src/sys/netinet6/sctp6_var.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706121121.l5CBL0YM012242>