OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RESET_IPV6_ADDRESSES
(Results
1 - 4
of
4
) sorted by null
/system/core/include/netutils/
ifc.h
38
#define
RESET_IPV6_ADDRESSES
0x02
39
#define RESET_ALL_ADDRESSES (RESET_IPV4_ADDRESSES |
RESET_IPV6_ADDRESSES
)
/frameworks/base/core/java/android/net/
NetworkUtils.java
47
public static final int
RESET_IPV6_ADDRESSES
= 0x02;
50
public static final int RESET_ALL_ADDRESSES = RESET_IPV4_ADDRESSES |
RESET_IPV6_ADDRESSES
;
56
* @param mask {@see #RESET_IPV4_ADDRESSES} and {@see #
RESET_IPV6_ADDRESSES
}
/system/core/libnetutils/
ifc_utils.c
622
if (reset_mask &
RESET_IPV6_ADDRESSES
) {
/frameworks/base/services/java/com/android/server/
ConnectivityService.java
[
all
...]
Completed in 357 milliseconds