[roll] Roll fuchsia [netstack3] Implement ICMP sockets in terms of datagram module

In this change, `connect`, `bind` and `send_conn` are implemented for
the ICMP sockets in Core. The tests are testing the same behavior they
used to, except for sending or receiving, the old behavior is that the
buffer only represents the body of the ICMP echo, the new behavior is
that the buffer is the entire ICMP echo packet, including the ICMP
header.

Original-Bug: 125482

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/917534
Original-Revision: d961276c275f2e4b4ff1ae0bf08e057bf9a28f91
GitOrigin-RevId: 03cb213dbc8bcd6244c0f41e5d18ea6c3bd97caf
Change-Id: I62599f74095a4cb22a0077885df87a304a2408bd
1 file changed
tree: 56402e62ef6d1b2e62b6d6e9835d97b55ebebbf9
  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.