Home
last modified time | relevance | path

Searched refs:IPV6_RECVHOPOPTS (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp325 #if defined(IPV6_RECVHOPOPTS) in OsConstants_initConstants()
326 initConstant(env, c, "IPV6_RECVHOPOPTS", IPV6_RECVHOPOPTS); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java323 public static final int IPV6_RECVHOPOPTS = placeholder(); field in OsConstants