Searched refs:ICMPv6EchoReply (Results 1 – 2 of 2) sorted by relevance
901 x is not None and ICMPv6EchoReply in x and x[ICMPv6EchoReply].type == 1292010 + Test ICMPv6EchoReply Class2012 = ICMPv6EchoReply - Basic Instantiation2013 raw(ICMPv6EchoReply()) == b'\x81\x00\x00\x00\x00\x00\x00\x00'2015 = ICMPv6EchoReply - Instantiation with specific values2016 raw(ICMPv6EchoReply(code=0xff, cksum=0x1111, id=0x2222, seq=0x3333, data="thisissomestring")) == b'…2018 = ICMPv6EchoReply - Basic dissection2019 a=ICMPv6EchoReply(b'\x80\x00\x00\x00\x00\x00\x00\x00')2022 = ICMPv6EchoReply - Dissection with specific values 2023 a=ICMPv6EchoReply(b'\x80\xff\x11\x11""33thisissomerawing')[all …]
1491 class ICMPv6EchoReply(ICMPv6EchoRequest): class