Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DInet6AddressImpl.java47 import static android.system.OsConstants.ICMP6_ECHO_REPLY;
253 : (byte) ICMP6_ECHO_REPLY; in icmpEcho()
/libcore/luni/src/main/java/android/system/
DOsConstants.java284 /** @hide */ public static final int ICMP6_ECHO_REPLY = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp253 initConstant(env, c, "ICMP6_ECHO_REPLY", ICMP6_ECHO_REPLY); in OsConstants_initConstants()