Searched defs:scope (Results 1 - 1 of 1) sorted by relevance

/system/netd/server/
H A DNetlinkHandler.cpp79 const char *scope = evt->findParam("SCOPE"); local
88 if (iface && flags && scope) {
89 notifyAddressChanged(action, address, iface, flags, scope);
174 const char *scope) {
178 addr, iface, flags, scope);
172 notifyAddressChanged(int action, const char *addr, const char *iface, const char *flags, const char *scope) argument

Completed in 59 milliseconds