Home
last modified time | relevance | path

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

/system/netd/server/
DNetlinkHandler.cpp160 notify(ResponseCode::InterfaceChange, "Iface added %s", name); in notifyInterfaceAdded()
164 notify(ResponseCode::InterfaceChange, "Iface removed %s", name); in notifyInterfaceRemoved()
168 notify(ResponseCode::InterfaceChange, in notifyInterfaceChanged()
173 notify(ResponseCode::InterfaceChange, in notifyInterfaceLinkChanged()
DResponseCode.h63 static const int InterfaceChange = 600; variable