Lines Matching refs:ipv6_header
61 assert (ipv6.ip_address(source_rloc) == command_msg.ipv6_packet.ipv6_header.source_address), (
64 str(command_msg.ipv6_packet.ipv6_header.source_address))
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), (
101 str(command_msg.ipv6_packet.ipv6_header.source_address))
106 …assert (ipv6.ip_address(destination_address) == command_msg.ipv6_packet.ipv6_header.destination_ad…
109 str(command_msg.ipv6_packet.ipv6_header.destination_address))
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…
699 if msg.ipv6_packet.ipv6_header.destination_address == dest: