[roll] Roll fuchsia [netstack3] Fix socket inspect local addr any

Print the address correctly for TCP sockets that are locally bound to
the ANY address.

As `SocketAddr`'s type definition forces an address to be specified,
it was necessary to generalize to allow the unspecified ANY address.
Added `AddrAndPortFormatter` for formatting an address and a port, and
reuse this implementation in `SocketAddr`. Modified `AddrAndZone` and
`ZonedAddr` where necessary in support of this.

Modified the existing socket integration test to assert this.

Original-Fixed: 326283980
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1002858
Original-Revision: 979183505353074bd6ad66cfa1b39e0fcbbf97a6
GitOrigin-RevId: eebd1d3b8013b1009a6b26e5b0685b136eb98ccb
Change-Id: I23b132777958d664160f65a08df37e418e5f9812
1 file changed
tree: 2a693e635f594795f5897690ce217a7a469cf08b
  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.