Tyler Retzlaff
2016-02-14 22:51:54 UTC
hi,
the attached patch splits out a new function in6_in_2_v4mapin6() for
creating IPv4-Maped IPv6 addresses from IPv4 addresses from the
existing in6_sin_2_v4mapsin6()
the remainder of the patch replaces redundant code which uses either
the new in6_in_2_v4mapin6() (for dealing with in{,6}_addr) or
existing in6_sin_2_v4mapsin6() (for dealing with sockaddr_in{,6})
no functional change intended, unless there are problems i'll
commit in the next day or two.
thanks
the attached patch splits out a new function in6_in_2_v4mapin6() for
creating IPv4-Maped IPv6 addresses from IPv4 addresses from the
existing in6_sin_2_v4mapsin6()
the remainder of the patch replaces redundant code which uses either
the new in6_in_2_v4mapin6() (for dealing with in{,6}_addr) or
existing in6_sin_2_v4mapsin6() (for dealing with sockaddr_in{,6})
no functional change intended, unless there are problems i'll
commit in the next day or two.
thanks