[roll] Roll fuchsia [netstack3] Introduce SocketZonedAddrExt

Instead of a freestanding function in the transport module, move
resolve_addr_with_device to an extension trait on ZonedAddr so we don't
need to import freestanding functions, and define it in the socket
module which will be extracted to the base crate.

This allows TCP and UDP to use the extension directly from the base
crate without the need for a base transport module.

In preparation for moving socket, move EitherDeviceId to the base crate
so the new extension trait can reference it.

Original-Bug: 338448926
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1050599
Original-Revision: ee2d1e6f225dc7546ebea7d620a957d2d16f8170
GitOrigin-RevId: 80f76724678738e6934af06cf34d762d36a46f0a
Change-Id: I89a13730b89c59bbc5dceb21fc4a66df5467c84c
1 file changed
tree: 30d71323d3777fae0ccee3a2b25aa3c3acef293d
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.