| 1852 | |
| 1853 | |
| 1854 | class ICMPv6NDOptDstLLAddr(ICMPv6NDOptSrcLLAddr): |
| 1855 | name = "ICMPv6 Neighbor Discovery Option - Destination Link-Layer Address" |
| 1856 | type = 2 |
| 1857 | |
| 1858 | |
| 1859 | class ICMPv6NDOptPrefixInfo(_ICMPv6NDGuessPayload, Packet): |
no outgoing calls
no test coverage detected