Home
last modified time | relevance | path

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

/aosp12/system/netd/server/aidl_api/netd_aidl_interface/3/android/net/
H A DTetherOffloadRuleParcel.aidl22 int outputInterfaceIndex;
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/4/android/net/
H A DTetherOffloadRuleParcel.aidl22 int outputInterfaceIndex;
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/5/android/net/
H A DTetherOffloadRuleParcel.aidl22 int outputInterfaceIndex;
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/6/android/net/
H A DTetherOffloadRuleParcel.aidl38 int outputInterfaceIndex;
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/7/android/net/
H A DTetherOffloadRuleParcel.aidl38 int outputInterfaceIndex;
/aosp12/system/netd/server/binder/android/net/
H A DTetherOffloadRuleParcel.aidl29 int outputInterfaceIndex;
/aosp12/system/netd/server/aidl_api/netd_aidl_interface/current/android/net/
H A DTetherOffloadRuleParcel.aidl38 int outputInterfaceIndex;
/aosp12/packages/modules/Connectivity/Tethering/src/com/android/networkstack/tethering/
H A DBpfCoordinator.java1274 parcel.outputInterfaceIndex = downstreamIfindex; in toTetherOffloadRuleParcel()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
H A DBpfCoordinatorTest.java763 && (downstreamIfindex == parcel.outputInterfaceIndex) in matches()
/aosp12/system/netd/tests/
H A Dbinder_test.cpp3562 TetherOffloadRuleParcel makeTetherOffloadRule(int inputInterfaceIndex, int outputInterfaceIndex, in makeTetherOffloadRule() argument
3569 parcel.outputInterfaceIndex = outputInterfaceIndex; in makeTetherOffloadRule()
/aosp12/packages/modules/Connectivity/Tethering/tests/unit/src/android/net/ip/
H A DIpServerTest.java827 && (TEST_IFACE_PARAMS.index == parcel.outputInterfaceIndex) in matches()