Searched refs:IPPROTO_ICMP (Results 1 – 6 of 6) sorted by relevance
51 import static android.system.OsConstants.IPPROTO_ICMP;248 int icmpProto = isIPv4 ? IPPROTO_ICMP : IPPROTO_ICMPV6; in icmpEcho()
661 public static final int IPPROTO_ICMP; field in OsConstants662 static { IPPROTO_ICMP = 0; }
388 public static final int IPPROTO_ICMP = placeholder(); field in OsConstants
320 initConstant(env, c, "IPPROTO_ICMP", IPPROTO_ICMP); in OsConstants_initConstants()
1195 fd = Os.socket(AF_INET, SOCK_DGRAM, IPPROTO_ICMP);
363 field public static final int IPPROTO_ICMP;