MCPcopy
hub / github.com/google/gopacket / ICMPv6RouterSolicitation

Struct ICMPv6RouterSolicitation

layers/icmp6msg.go:65–68  ·  view source on GitHub ↗

ICMPv6RouterSolicitation is sent by hosts to find routers.

Source from the content-addressed store, hash-verified

63
64// ICMPv6RouterSolicitation is sent by hosts to find routers.
65type ICMPv6RouterSolicitation struct {
66 BaseLayer
67 Options ICMPv6Options
68}
69
70// ICMPv6RouterAdvertisement is sent by routers in response to Solicitation.
71type ICMPv6RouterAdvertisement struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected