Searched refs:is_ping_reply (Results 1 – 2 of 2) sorted by relevance
146 def is_ping_reply(self) -> bool: member in Icmpv6Layer
530 …lambda p: (p.icmpv6.is_ping_reply and (identifier is None or p.icmpv6.echo.identifier == identifie…