Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2005 07:37:51 +0000 (UTC)
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet tcp_subr.c tcp_usrreq.c tcp_var.h src/usr.sbin/tcpdrop tcpdrop.c
Message-ID:  <200502140737.j1E7bq99084078@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
maxim       2005-02-14 07:37:51 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          tcp_subr.c tcp_usrreq.c tcp_var.h 
    usr.sbin/tcpdrop     tcpdrop.c 
  Log:
  o Add handling of an IPv4-mapped IPv6 address.
  o Use SYSCTL_IN() macro instead of direct call of copyin(9).
  
  Submitted by:   ume
  
  o Move sysctl_drop() implementation to sys/netinet/tcp_subr.c where
  most of tcp sysctls live.
  o There are net.inet[6].tcp[6].getcred sysctls already, no needs in
  a separate struct tcp_ident_mapping.
  
  Suggested by:   ume
  
  Revision  Changes    Path
  1.219     +98 -0     src/sys/netinet/tcp_subr.c
  1.114     +0 -87     src/sys/netinet/tcp_usrreq.c
  1.116     +0 -5      src/sys/netinet/tcp_var.h
  1.2       +5 -4      src/usr.sbin/tcpdrop/tcpdrop.c



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