Searched refs:UpdateType (Results 1 – 1 of 1) sorted by relevance
77 private static enum UpdateType { IF_NEEDED, FORCE }; enum in OffloadController191 computeAndPushLocalPrefixes(UpdateType.FORCE); in start()375 computeAndPushLocalPrefixes(UpdateType.IF_NEEDED); in setUpstreamLinkProperties()383 computeAndPushLocalPrefixes(UpdateType.IF_NEEDED); in setLocalPrefixes()502 private boolean computeAndPushLocalPrefixes(UpdateType how) { in computeAndPushLocalPrefixes()503 final boolean force = (how == UpdateType.FORCE); in computeAndPushLocalPrefixes()