Searched refs:is_pingable (Results 1 – 5 of 5) sorted by relevance
576 def is_pingable(self): member in AccessPoint582 return utils.is_pingable(self.ssh_settings.hostname)640 if not self.is_pingable():660 if self.is_pingable():
357 if utils.is_pingable(self.ip):458 if utils.is_pingable(self.ip):
64 if not utils.is_pingable(urlparse(self.address).hostname):78 if not utils.is_pingable(urlparse(self.address).hostname):
90 if not utils.is_pingable(ip_address):
1530 def is_pingable(ip): function