Searched refs:UpdateType (Results 1 – 1 of 1) sorted by relevance
89 private enum UpdateType { IF_NEEDED, FORCE }; enum in OffloadController225 computeAndPushLocalPrefixes(UpdateType.FORCE); in start()511 computeAndPushLocalPrefixes(UpdateType.IF_NEEDED); in setUpstreamLinkProperties()520 computeAndPushLocalPrefixes(UpdateType.IF_NEEDED); in setLocalPrefixes()642 private boolean computeAndPushLocalPrefixes(UpdateType how) { in computeAndPushLocalPrefixes()643 final boolean force = (how == UpdateType.FORCE); in computeAndPushLocalPrefixes()