OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RESET_IPV6_ADDRESSES
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/java/android/net/
NetworkUtils.java
46
public static final int
RESET_IPV6_ADDRESSES
= 0x02;
49
public static final int RESET_ALL_ADDRESSES = RESET_IPV4_ADDRESSES |
RESET_IPV6_ADDRESSES
;
55
* @param mask {@see #RESET_IPV4_ADDRESSES} and {@see #
RESET_IPV6_ADDRESSES
}
/system/core/libnetutils/
ifc_utils.c
604
#define
RESET_IPV6_ADDRESSES
0x02
605
#define RESET_ALL_ADDRESSES (RESET_IPV4_ADDRESSES |
RESET_IPV6_ADDRESSES
)
627
if (reset_mask &
RESET_IPV6_ADDRESSES
) {
Completed in 28 milliseconds