Searched refs:IPV6_TCLASS (Results 1 – 7 of 7) sorted by relevance
/libcore/luni/annotations/flagged_api/android/system/ |
D | OsConstants.annotated.java | 716 public static final int IPV6_TCLASS; field in OsConstants 717 static { IPV6_TCLASS = 0; }
|
/libcore/luni/src/main/java/libcore/io/ |
D | IoBridge.java | 396 return Libcore.os.getsockoptInt(fd, IPPROTO_IPV6, IPV6_TCLASS); in getSocketOptionErrno() 486 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 | 540 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 | 353 #if defined(IPV6_TCLASS) in OsConstants_initConstants() 354 initConstant(env, c, "IPV6_TCLASS", IPV6_TCLASS); in OsConstants_initConstants()
|
/libcore/luni/src/main/java/android/system/ |
D | OsConstants.java | 414 public static final int IPV6_TCLASS = placeholder(); field in OsConstants
|
/libcore/api/ |
D | current.txt | 381 field public static final int IPV6_TCLASS;
|