Home
last modified time | relevance | path

Searched refs:fixupLinkProperties (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DNat464XlatTest.java475 nat.fixupLinkProperties(emptyLp, fixedupLp);
480 nat.fixupLinkProperties(emptyLp, fixedupLp);
485 nat.fixupLinkProperties(emptyLp, fixedupLp);
490 nat.fixupLinkProperties(emptyLp, fixedupLp);
495 nat.fixupLinkProperties(emptyLp, fixedupLp);
500 nat.fixupLinkProperties(emptyLp, fixedupLp);
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DNat464Xlat.java396 public void fixupLinkProperties(@NonNull LinkProperties oldLp, @NonNull LinkProperties lp) { in fixupLinkProperties() method in Nat464Xlat
/aosp12/packages/modules/Connectivity/service/src/com/android/server/
H A DConnectivityService.java6894 networkAgent.clatd.fixupLinkProperties(oldLp, newLp); in updateLinkProperties()