Lines Matching refs:iface
109 const char *iface = evt->findParam("INTERFACE"); in onEvent() local
116 gCtls->trafficCtrl.addInterface(iface, ifaceIndex); in onEvent()
118 ALOGE("invalid interface index: %s(%s)", iface, ifIndex); in onEvent()
123 notifyInterfaceAdded(iface); in onEvent()
125 notifyInterfaceRemoved(iface); in onEvent()
130 notifyInterfaceLinkChanged(iface, true); in onEvent()
132 notifyInterfaceLinkChanged(iface, false); in onEvent()
148 ALOGE("invalid interface index: %s(%s)", iface, ifIndex); in onEvent()
168 if (iface && iface[0] && address && flags && scope) { in onEvent()
170 notifyAddressUpdated(address, iface, std::stoi(flags), std::stoi(scope)); in onEvent()
172 notifyAddressRemoved(address, iface, std::stoi(flags), std::stoi(scope)); in onEvent()
179 notifyInterfaceDnsServers(iface, strtol(lifetime, nullptr, 10), in onEvent()
186 const char *iface = evt->findParam("INTERFACE"); in onEvent() local
187 if (route && (gateway || iface)) { in onEvent()
190 (iface == nullptr) ? "" : iface); in onEvent()
196 const char *iface = evt->findParam("INTERFACE"); in onEvent() local
197 if (alertName && iface) { in onEvent()
198 notifyQuotaLimitReached(alertName, iface); in onEvent()