[roll] Roll fuchsia [net-types] Add map_ip_twice!

Introduces a `map_ip_twice!` macro that invokes `I::map_ip` while
duplicating the closure definition for both the v4 and v6 arguments.
This helps avoid duplication while working with V4 and V6-specific types
that are not actually GenericOverIp but have identical shapes while
working with them in source code.

Cases like this should be rare unless you are interfacing with code
that cannot be made GenericOverIp, such as serialization boundaries
with code we don't own.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/920852
Original-Revision: 16503e9f934f6aad85ec9f0c40366364ab8baf5f
GitOrigin-RevId: 6580307542b915aa598bee4db1448e9eb8021d61
Change-Id: Ic07c9633a5ab2fc7dc1b79f371b6119ebf531640
1 file changed
tree: b2ab9d253fe29fbb1d44f32d9d7269532ac268c6
  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.