Searched refs:current_family (Results 1 – 2 of 2) sorted by relevance
268 current_family = manager.GetModem(modem_path).GetCurrentTechnologyFamily()271 if current_family != target_family:272 logger.debug('Modem Current Family: %s ' % current_family)
684 int current_family = AF_UNSPEC; in GetDefaultDestination() local700 if ((preference <= current_preference && current_family == family) || in GetDefaultDestination()701 (current_family == AF_INET && family == AF_INET6)) { in GetDefaultDestination()710 current_family = family; in GetDefaultDestination()