Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 2 of 2) sorted by relevance

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