Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp558 #if defined(SO_PROTOCOL) in OsConstants_initConstants()
559 initConstant(env, c, "SO_PROTOCOL", SO_PROTOCOL); in OsConstants_initConstants()
/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java147 return Libcore.os.getsockoptInt(fd, SOL_SOCKET, SO_PROTOCOL) == IPPROTO_UDP; in isUdpSocket()
/libcore/luni/src/main/java/android/system/
DOsConstants.java704 public static final int SO_PROTOCOL = placeholder(); field in OsConstants