Home
last modified time | relevance | path

Searched refs:IPV6_UNICAST_HOPS (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/native/
DInet6AddressImpl.c178 setsockopt(fd, IPPROTO_IPV6, IPV6_UNICAST_HOPS, &ttl, sizeof(ttl)); in ping6()
347 setsockopt(fd, IPPROTO_IPV6, IPV6_UNICAST_HOPS, &ttl, sizeof(ttl)); in Inet6AddressImpl_isReachable0()
/libcore/luni/src/main/java/android/system/
DOsConstants.java310 public static final int IPV6_UNICAST_HOPS = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp330 initConstant(env, c, "IPV6_UNICAST_HOPS", IPV6_UNICAST_HOPS); in OsConstants_initConstants()