freebsd_amp_hwpstate/sys/netinet6
Bjoern A. Zeeb e2a4005dcc Remove a check in udp6_send() that prevented v4-mapped v6 addresses from
working.  We store v4 and v6 addresses as a union but for v4-mapped
addresses only store the 32bits w/o the ::ffff: word.  That failed the
check as for example 127.0.0.1 would be ::7f00:1 rather than ::ffff:7f00:1
and the IN6_IS_ADDR_V4MAPPED() never worked here.  Given we can hardly get
here with an unbound local address or invalid inp_vflags remove the check.

Reported by:	tuexen
Reviewed by:	tuexen
MFC after:	3 days
2011-04-09 02:22:49 +00:00
..
dest6.c
frag6.c
icmp6.c
icmp6.h
in6.c
in6.h
in6_cksum.c
in6_gif.c
in6_gif.h
in6_ifattach.c
in6_ifattach.h
in6_mcast.c
in6_pcb.c
in6_pcb.h
in6_proto.c
in6_rmx.c
in6_src.c
in6_var.h
ip6.h
ip6_ecn.h
ip6_forward.c
ip6_id.c
ip6_input.c
ip6_ipsec.c
ip6_ipsec.h
ip6_mroute.c
ip6_mroute.h
ip6_output.c
ip6_var.h
ip6protosw.h
mld6.c
mld6.h
mld6_var.h
nd6.c
nd6.h
nd6_nbr.c
nd6_rtr.c
pim6.h
pim6_var.h
raw_ip6.c
raw_ip6.h
route6.c
scope6.c
scope6_var.h
sctp6_usrreq.c
sctp6_var.h
send.c
send.h
tcp6_var.h
udp6_usrreq.c
udp6_var.h