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.cpp544 #if defined(SO_PROTOCOL) in OsConstants_initConstants()
545 initConstant(env, c, "SO_PROTOCOL", SO_PROTOCOL); in OsConstants_initConstants()
/libcore/luni/src/main/java/libcore/io/
DBlockGuardOs.java127 return Libcore.os.getsockoptInt(fd, SOL_SOCKET, SO_PROTOCOL) == IPPROTO_UDP; in isUdpSocket()
/libcore/luni/src/main/java/android/system/
DOsConstants.java578 public static final int SO_PROTOCOL = placeholder(); field in OsConstants