Searched defs:ifaceIndex (Results  1 – 7 of 7) sorted by relevance
| /packages/modules/Connectivity/service-t/src/com/android/server/net/ | 
| D | StatsMapKey.java | 37     public final int ifaceIndex;  field in StatsMapKey40             final int ifaceIndex) {  in StatsMapKey()
 
 | 
| /packages/modules/Connectivity/service-t/native/libs/libnetworkstats/include/netdbpf/ | 
| D | BpfNetworkStats.h | 74                         const BpfMap<Key, StatsValue>& statsMap, uint32_t ifaceIndex, char* ifname,  in getIfaceNameFromMap()86 void maybeLogUnknownIface(int ifaceIndex, const BpfMap<Key, StatsValue>& statsMap,  in maybeLogUnknownIface()
 
 | 
| /packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/ | 
| D | MdnsSocketProvider.java | 416     private void maybeUpdateTetheringSocketAddress(int ifaceIndex,  in maybeUpdateTetheringSocketAddress()441             int ifaceIndex) {  in createLPForTetheredInterface()
 474             int ifaceIndex = mDependencies.getNetworkInterfaceIndexByName(name);  in handleTetherInterfacesChanged()  local
 629             int ifaceIndex = mDependencies.getNetworkInterfaceIndexByName(interfaceName);  in retrieveAndNotifySocketFromInterface()  local
 
 | 
| /packages/modules/Connectivity/service-t/native/libs/libnetworkstats/ | 
| D | BpfNetworkStatsTest.cpp | 106     void populateFakeStats(uid_t uid, uint32_t tag, uint32_t ifaceIndex, uint32_t counterSet,  in populateFakeStats()113     void updateIfaceMap(const char* ifaceName, uint32_t ifaceIndex) {  in updateIfaceMap()
 325     uint32_t ifaceIndex = UNKNOWN_IFACE;  in TEST_F()  local
 
 | 
| /packages/modules/Connectivity/bpf_progs/ | 
| D | netd.h | 46     uint32_t ifaceIndex;  member
 | 
| /packages/modules/Connectivity/service/native/ | 
| D | TrafficControllerTest.cpp | 154     void populateFakeIfaceIndexName(const char* name, uint32_t ifaceIndex) {  in populateFakeIfaceIndexName()
 | 
| /packages/modules/Wifi/service/java/com/android/server/wifi/ | 
| D | HalDeviceManager.java | 1199                 int ifaceIndex = 0;  in getAllChipInfo()  local
 |