OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isIPv4MappedAddress
(Results
1 - 2
of
2
) sorted by null
/libcore/ojluni/src/main/java/sun/net/util/
IPAddressUtil.java
270
if (
isIPv4MappedAddress
(addr)) {
285
private static boolean
isIPv4MappedAddress
(byte[] addr) {
/libcore/luni/src/main/native/
libcore_io_Posix.cpp
85
static bool
isIPv4MappedAddress
(const sockaddr *sa) {
118
if (_rc == -1 && errno == EAFNOSUPPORT && _salen &&
isIPv4MappedAddress
(_sa)) { \
[
all
...]
Completed in 396 milliseconds