[roll] Roll fuchsia [netstack3] Add dual-stack listener addr

Add a DualStackListenerIpAddr type and use it for UDPv6 sockets (but not
any others). Add explicit conversions for socket address types, which
are derived from the outputs of dual_stack_context(). Match on the
output of dual_stack_context() in all the places necessary to convert
address types, but leave todo!s for all the currently unimplemented
dual-stack arms.

Original-Bug: 21198
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/899724
Original-Revision: f8d38cb53a00794492486130e5d0b7c2c98a2705
GitOrigin-RevId: e009f74970f12211305adaa51ed2ae0d14a7b2ae
Change-Id: Iba83219fb1d6dfeed0d6d93fe5ff0c8504e51ba6
1 file changed
tree: 293b70847de291857c9bb957b6461e04b8e419f3
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.