Lines Matching refs:icmp
152 icmp = reply.getlayer(sp.ICMPv6DestUnreach)
153 assert icmp
154 assert icmp.type == 1
155 assert icmp.code == 4
174 icmp = reply.getlayer(sp.ICMPv6DestUnreach)
175 assert icmp
176 assert icmp.type == 1
177 assert icmp.code == 0
224 icmp = reply.getlayer(sp.ICMPv6TimeExceeded)
225 if not icmp:
229 assert icmp
276 icmp = reply.getlayer(sp.ICMPv6EchoRequest)
277 assert icmp