Searched refs:icmp6 (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/native/
H A DInet6AddressImpl.c44 #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
[all...]

Completed in 14 milliseconds