Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/net/
DInet6AddressImpl.java49 import static android.system.OsConstants.IPPROTO_ICMP;
225 int icmpProto = isIPv4 ? IPPROTO_ICMP : IPPROTO_ICMPV6; in icmpEcho()
/libcore/luni/src/main/java/android/system/
DOsConstants.java310 public static final int IPPROTO_ICMP = placeholder(); field in OsConstants
/libcore/luni/src/test/java/libcore/io/
DOsTest.java430 fd = Libcore.os.socket(AF_INET, SOCK_DGRAM, IPPROTO_ICMP); in test_socketPing()
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp307 initConstant(env, c, "IPPROTO_ICMP", IPPROTO_ICMP); in OsConstants_initConstants()