Home
last modified time | relevance | path

Searched defs:ifaceIndex (Results 1 – 8 of 8) sorted by relevance

/aosp12/system/netd/libnetdbpf/include/netdbpf/
H A DBpfNetworkStats.h75 const BpfMap<Key, StatsValue>& statsMap, uint32_t ifaceIndex, char* ifname, in getIfaceNameFromMap()
87 void maybeLogUnknownIface(int ifaceIndex, const BpfMap<Key, StatsValue>& statsMap, in maybeLogUnknownIface()
H A Dbpf_shared.h42 uint32_t ifaceIndex; member
/aosp12/system/netd/server/
H A DNetlinkHandler.cpp92 long ifaceIndex = strtol(ifIndex, nullptr, 10); in parseIfIndex() local
114 long ifaceIndex = parseIfIndex(ifIndex); in onEvent() local
146 long ifaceIndex = parseIfIndex(ifIndex); in onEvent() local
H A DInterfaceControllerTest.cpp200 uint32_t ifaceIndex = if_nametoindex(ifa->ifa_name); in TEST_F() local
H A DInterfaceController.cpp442 uint32_t ifaceIndex = if_nametoindex(name.c_str()); in getIfaceList() local
H A DTrafficController.cpp481 int TrafficController::addInterface(const char* name, uint32_t ifaceIndex) { in addInterface()
/aosp12/system/netd/libnetdbpf/
H A DBpfNetworkStatsTest.cpp106 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()
363 uint32_t ifaceIndex = UNKNOWN_IFACE; in TEST_F() local
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DHalDeviceManager.java1182 Mutable<Integer> ifaceIndex = new Mutable<>(0); in getAllChipInfo() local