Searched refs:IPPROTO_ICMP (Results 1 – 4 of 4) sorted by relevance
49 import static android.system.OsConstants.IPPROTO_ICMP;225 int icmpProto = isIPv4 ? IPPROTO_ICMP : IPPROTO_ICMPV6; in icmpEcho()
310 public static final int IPPROTO_ICMP = placeholder(); field in OsConstants
430 fd = Libcore.os.socket(AF_INET, SOCK_DGRAM, IPPROTO_ICMP); in test_socketPing()
307 initConstant(env, c, "IPPROTO_ICMP", IPPROTO_ICMP); in OsConstants_initConstants()