Home
last modified time | relevance | path

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

/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
H A DTetherOffloadRuleParcel.aidl21 int inputInterfaceIndex;
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
H A DTetherOffloadRuleParcel.aidl21 int inputInterfaceIndex;
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
H A DTetherOffloadRuleParcel.aidl21 int inputInterfaceIndex;
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DTetherOffloadRuleParcel.aidl37 int inputInterfaceIndex;
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DTetherOffloadRuleParcel.aidl37 int inputInterfaceIndex;
/aosp12/system/netd/server/binder/android/net/
H A DTetherOffloadRuleParcel.aidl26 int inputInterfaceIndex;
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DTetherOffloadRuleParcel.aidl37 int inputInterfaceIndex;
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfCoordinator.java1273 parcel.inputInterfaceIndex = upstreamIfindex; in toTetherOffloadRuleParcel()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DBpfCoordinatorTest.java762 return upstreamIfindex == parcel.inputInterfaceIndex in matches()
/aosp12/system/netd/tests/
H A Dbinder_test.cpp3562 TetherOffloadRuleParcel makeTetherOffloadRule(int inputInterfaceIndex, int outputInterfaceIndex, in makeTetherOffloadRule() argument
3568 parcel.inputInterfaceIndex = inputInterfaceIndex; in makeTetherOffloadRule()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
H A DIpServerTest.java826 return upstreamIfindex == parcel.inputInterfaceIndex in matches()