Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp535 #if defined(SO_PROTOCOL) in OsConstants_initConstants()
536 initConstant(env, c, "SO_PROTOCOL", SO_PROTOCOL); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java479 /** @hide */ public static final int SO_PROTOCOL = placeholder(); field in OsConstants