Lines Matching refs:ipv6
33 import ipv6
61 assert (ipv6.ip_address(source_rloc) == command_msg.ipv6_packet.ipv6_header.source_address), (
63 str(ipv6.ip_address(source_rloc)) + ", but the source_address in command msg is: " +
69 …assert (ipv6.ip_address(destination_address) == command_msg.ipv6_packet.ipv6_header.destination_ad…
82 assert (ipv6.ip_address(source_rloc) == command_msg.ipv6_packet.ipv6_header.source_address
86 …assert (ipv6.ip_address(destination_rloc) == command_msg.ipv6_packet.ipv6_header.destination_addre…
98 assert (ipv6.ip_address(source_rloc) == command_msg.ipv6_packet.ipv6_header.source_address), (
100 str(ipv6.ip_address(source_rloc)) + ", but the source_address in command msg is: " +
106 …assert (ipv6.ip_address(destination_address) == command_msg.ipv6_packet.ipv6_header.destination_ad…
108 … str(ipv6.ip_address(destination_address)) + ", but the destination_address in command msg is: " +
130 …assert (ipv6.ip_address(destination_rloc) == command_msg.ipv6_packet.ipv6_header.destination_addre…
212 …assert (ipv6.ip_address(destination_link_local) == command_msg.ipv6_packet.ipv6_header.destination…
216 def check_icmp_path(sniffer, path, nodes, icmp_type=ipv6.ICMP_ECHO_REQUEST):