Searched refs:IPV6_TCLASS (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/main/java/libcore/io/ |
D | IoBridge.java | 330 return Libcore.os.getsockoptInt(fd, IPPROTO_IPV6, IPV6_TCLASS); in getSocketOptionErrno() 417 Libcore.os.setsockoptInt(fd, IPPROTO_IPV6, IPV6_TCLASS, (Integer) value); in setSocketOptionErrno()
|
/libcore/ojluni/src/main/native/ |
D | net_util_md.c | 948 *optname = IPV6_TCLASS; 1089 if (setsockopt(fd, IPPROTO_IPV6, IPV6_TCLASS, in NET_SetSockOpt()
|
D | Net.c | 544 if (level == IPPROTO_IPV6 && opt == IPV6_TCLASS && isIPv6) { in Java_sun_nio_ch_Net_setIntOption0()
|
/libcore/luni/src/main/native/ |
D | android_system_OsConstants.cpp | 338 #if defined(IPV6_TCLASS) in OsConstants_initConstants() 339 initConstant(env, c, "IPV6_TCLASS", IPV6_TCLASS); in OsConstants_initConstants()
|
/libcore/luni/src/main/java/android/system/ |
D | OsConstants.java | 343 public static final int IPV6_TCLASS = placeholder(); field in OsConstants
|