Searched refs:IPV6_UNICAST_HOPS (Results 1 – 3 of 3) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | Inet6AddressImpl.c | 178 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/ |
D | OsConstants.java | 310 public static final int IPV6_UNICAST_HOPS = placeholder(); field in OsConstants
|
/libcore/luni/src/main/native/ |
D | android_system_OsConstants.cpp | 330 initConstant(env, c, "IPV6_UNICAST_HOPS", IPV6_UNICAST_HOPS); in OsConstants_initConstants()
|