Searched refs:IPPROTO_ICMPV6 (Results 1 – 3 of 3) sorted by relevance
47 private static final byte IPPROTO_ICMPV6 = 58; field in PacketReflector235 case IPPROTO_ICMPV6: in processPacket()
327 s = Os.socket(AF_INET6, SOCK_DGRAM, IPPROTO_ICMPV6); in checkPing()
90 FileDescriptor s = Os.socket(AF_INET6, SOCK_DGRAM, IPPROTO_ICMPV6); in createPingSocket()