Searched defs:ifaceIndex (Results 1 – 8 of 8) sorted by relevance
/aosp12/system/netd/libnetdbpf/include/netdbpf/ |
H A D | BpfNetworkStats.h | 75 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 D | bpf_shared.h | 42 uint32_t ifaceIndex; member
|
/aosp12/system/netd/server/ |
H A D | NetlinkHandler.cpp | 92 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 D | InterfaceControllerTest.cpp | 200 uint32_t ifaceIndex = if_nametoindex(ifa->ifa_name); in TEST_F() local
|
H A D | InterfaceController.cpp | 442 uint32_t ifaceIndex = if_nametoindex(name.c_str()); in getIfaceList() local
|
H A D | TrafficController.cpp | 481 int TrafficController::addInterface(const char* name, uint32_t ifaceIndex) { in addInterface()
|
/aosp12/system/netd/libnetdbpf/ |
H A 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() 363 uint32_t ifaceIndex = UNKNOWN_IFACE; in TEST_F() local
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | HalDeviceManager.java | 1182 Mutable<Integer> ifaceIndex = new Mutable<>(0); in getAllChipInfo() local
|