Home
last modified time | relevance | path

Searched refs:PACKET_IGNORE_OUTGOING (Results 1 – 4 of 4) sorted by relevance

/libcore/luni/annotations/flagged_api/android/system/
DOsConstants.annotated.java880 public static final int PACKET_IGNORE_OUTGOING; field in OsConstants
881 static { PACKET_IGNORE_OUTGOING = 0; }
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp575 #if defined(PACKET_IGNORE_OUTGOING) in OsConstants_initConstants()
576 initConstant(env, c, "PACKET_IGNORE_OUTGOING", PACKET_IGNORE_OUTGOING); in OsConstants_initConstants()
/libcore/luni/src/main/java/android/system/
DOsConstants.java731 public static final int PACKET_IGNORE_OUTGOING = placeholder(); field in OsConstants
/libcore/api/
Dcurrent.txt435 field @FlaggedApi("com.android.libcore.v_apis") public static final int PACKET_IGNORE_OUTGOING;