Home
last modified time | relevance | path

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

/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java1038 private String ipv6UpstreamRuletoString(TetherUpstream6Key key, Tether6Value value) { in ipv6UpstreamRuletoString() method in BpfCoordinator
1054 map.forEach((k, v) -> pw.println(ipv6UpstreamRuletoString(k, v))); in dumpIpv6UpstreamRules()