DragonFly-2.3.0.770.ge9f8c master sys/conf files sys/netinet6 in6_proto.c ip6_demux.c tcp6_var.h

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Wed Apr 22 07:02:46 PDT 2009


commit e9f8c2a65277b6b55d46a4e8d2dfe3e2fd3c1f7e
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Wed Apr 22 21:49:40 2009 +0800

    tcp/ip4 mapped address: Add tcp6_soport()
    
    For IPv6 v6 only address or inp's address family is not known yet,
    e.g. before connect(2) is called on the INET6 socket, this function
    acts exactly the same as cpu0_soport() (the soport function before
    this commit).  If a INET6 socket is connected to IPv4 mapped address,
    then this function simply falls back to tcp_soport().

Summary of changes:
 sys/conf/files                                     |    1 +
 sys/netinet6/in6_proto.c                           |    2 +-
 .../Osd/OsdInterface.c => netinet6/ip6_demux.c}    |   43 ++++++++++++++------
 sys/netinet6/tcp6_var.h                            |    4 ++
 4 files changed, 36 insertions(+), 14 deletions(-)
 copy sys/{dev/acpica5/Osd/OsdInterface.c => netinet6/ip6_demux.c} (65%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e9f8c2a65277b6b55d46a4e8d2dfe3e2fd3c1f7e


-- 
DragonFly BSD source repository





More information about the Commits mailing list