Searched refs:ICMPv6 (Results 1 – 4 of 4) sorted by relevance
588 class ICMPv6(UpperLayerProtocol): class608 super(ICMPv6, self).__init__(header)1125 return ICMPv6(header, factory.parse(data, message_info))
48 ICMPv6,517 ICMPv6(750 icmpv6_msg = ICMPv6(icmpv6_header, icmpv6_body)
86 if isinstance(upper_layer_protocol, ipv6.ICMPv6):
3023 Send an ICMPv6 Echo Request.3029 - count: The number of ICMPv6 Echo Requests to be sent.3030 - interval: The interval between two consecutive ICMPv6 Echo Requests in seconds. The value may hav…3031 - hoplimit: The hoplimit of ICMPv6 Echo Request to be sent.3032 - timeout: Time in seconds to wait for the final ICMPv6 Echo Reply after sending out the request. T…3060 Stop sending ICMPv6 Echo Requests.