Home
last modified time | relevance | path

Searched defs:addIpv6DownstreamRule (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Connectivity/Tethering/apishim/common/com/android/networkstack/tethering/apishim/common/
DBpfCoordinatorShim.java88 public abstract boolean addIpv6DownstreamRule(@NonNull Ipv6DownstreamRule rule); in addIpv6DownstreamRule() method in BpfCoordinatorShim
/packages/modules/Connectivity/Tethering/apishim/30/com/android/networkstack/tethering/apishim/api30/
DBpfCoordinatorShimImpl.java70 public boolean addIpv6DownstreamRule(@NonNull final Ipv6DownstreamRule rule) { in addIpv6DownstreamRule() method in BpfCoordinatorShimImpl
/packages/modules/Connectivity/Tethering/apishim/31/com/android/networkstack/tethering/apishim/api31/
DBpfCoordinatorShimImpl.java200 public boolean addIpv6DownstreamRule(@NonNull final Ipv6DownstreamRule rule) { in addIpv6DownstreamRule() method in BpfCoordinatorShimImpl
/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
DBpfCoordinator.java693 public void addIpv6DownstreamRule( in addIpv6DownstreamRule() method in BpfCoordinator