HomeSort by relevance Sort by last modified time
    Searched defs:icmp6 (Results 1 - 3 of 3) sorted by null

  /frameworks/base/wifi/java/android/net/wifi/
WifiWakeReasonAndCounts.java 47 public int icmp6; field in class:WifiWakeReasonAndCounts
75 sb.append(" icmp6 ").append(icmp6);
115 dest.writeInt(icmp6);
143 counts.icmp6 = in.readInt();
  /libcore/ojluni/src/main/native/
Inet6AddressImpl.c 44 #include <netinet/icmp6.h>
151 struct icmp6_hdr *icmp6; local
191 icmp6 = (struct icmp6_hdr *) sendbuf;
192 icmp6->icmp6_type = ICMP6_ECHO_REQUEST;
193 icmp6->icmp6_code = 0;
195 icmp6->icmp6_id = htons(pid);
196 icmp6->icmp6_seq = htons(seq);
198 icmp6->icmp6_cksum = 0;
225 icmp6 = (struct icmp6_hdr *) (recvbuf);
232 if (n >= 8 && icmp6->icmp6_type == ICMP6_ECHO_REPLY &
    [all...]
  /external/iptables/libxtables/
xtables.c 599 const char *icmp6 = "icmp6"; local
610 (strcmp(name,"icmp6") == 0) )
611 name = icmp6;
    [all...]

Completed in 104 milliseconds