OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NlActionAddressRemoved
(Results
1 - 3
of
3
) sorted by null
/system/core/include/sysutils/
NetlinkEvent.h
38
const static int
NlActionAddressRemoved
;
/system/netd/server/
NetlinkHandler.cpp
76
action == evt->
NlActionAddressRemoved
) {
80
if (action == evt->
NlActionAddressRemoved
&& iface && address) {
/system/core/libsysutils/src/
NetlinkEvent.cpp
49
const int NetlinkEvent::
NlActionAddressRemoved
= 7;
239
NlActionAddressRemoved
;
Completed in 5231 milliseconds