[roll] Roll fuchsia [netstack3] Split UDP AddrSpec implementation

In order to add external bindings data to ICMP and UDP sockets we'll
have to add some type parameters to the Udp, Icmp marker enums.

The AddrSpec implementation for UDP does not require the bindings types
parameter, so extract it into its own marker type, which is already the
case in the ICMP module.

Original-Bug: 42076297
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/995721
Original-Revision: 3fce9ef4cc8e97ff3edfc373e3d4848b0c887a72
GitOrigin-RevId: 9ef88f20798194774badc5716912f0b3c1ebd8c6
Change-Id: If72f7b2dd674f290246f5234b8f03bc3cb71c39c
1 file changed
tree: 9911f067d6e9132733d118b8df4e528933473a28
  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.