Lines Matching full:rloc
60 source_rloc = source_node.get_ip6_address(config.ADDRESS_TYPE.RLOC)
62 … "Error: The IPv6 source address is not the RLOC of the originator. The source node's rloc is: " +
81 source_rloc = source_node.get_ip6_address(config.ADDRESS_TYPE.RLOC)
83 ), "Error: The IPv6 source address is not the RLOC of the originator."
85 destination_rloc = destination_node.get_ip6_address(config.ADDRESS_TYPE.RLOC)
87 ), "Error: The IPv6 destination address is not the RLOC of the destination."
97 source_rloc = source_node.get_ip6_address(config.ADDRESS_TYPE.RLOC)
99 … "Error: The IPv6 source address is not the RLOC of the originator. The source node's rloc is: " +
107 "Error: The IPv6 destination address is not expected. The destination node's rloc is: " +
129 destination_rloc = destination_node.get_ip6_address(config.ADDRESS_TYPE.RLOC)
131 ), "Error: The destination is not RLOC address"
229 …assert (next_node_rloc16 == node_icmp_msg.mac_header.dest_address.rloc), "Error: The path is unexp…
431 assert any(router_id == (int(rloc, 16) >> 10) for (_, rloc) in eidcaches)
433 assert (any(router_id == (int(rloc, 16) >> 10) for (_, rloc) in eidcaches) is False)