Searched refs:SO_PROTOCOL (Results 1 – 3 of 3) sorted by relevance
544 #if defined(SO_PROTOCOL) in OsConstants_initConstants()545 initConstant(env, c, "SO_PROTOCOL", SO_PROTOCOL); in OsConstants_initConstants()
127 return Libcore.os.getsockoptInt(fd, SOL_SOCKET, SO_PROTOCOL) == IPPROTO_UDP; in isUdpSocket()
578 public static final int SO_PROTOCOL = placeholder(); field in OsConstants