ICMPv6RouterSolicitation is sent by hosts to find routers.
| 63 | |
| 64 | // ICMPv6RouterSolicitation is sent by hosts to find routers. |
| 65 | type ICMPv6RouterSolicitation struct { |
| 66 | BaseLayer |
| 67 | Options ICMPv6Options |
| 68 | } |
| 69 | |
| 70 | // ICMPv6RouterAdvertisement is sent by routers in response to Solicitation. |
| 71 | type ICMPv6RouterAdvertisement struct { |
nothing calls this directly
no outgoing calls
no test coverage detected