Home
last modified time | relevance | path

Searched refs:icmp6_hdr (Results 1 – 16 of 16) sorted by relevance

/external/tcpdump/
Dicmp6.h72 struct icmp6_hdr { struct
171 struct icmp6_hdr mld6_hdr;
189 struct icmp6_hdr nd_rs_hdr;
199 struct icmp6_hdr nd_ra_hdr;
228 struct icmp6_hdr nd_ns_hdr;
239 struct icmp6_hdr nd_na_hdr;
254 struct icmp6_hdr nd_rd_hdr;
357 struct icmp6_hdr icmp6_nl_hdr;
371 struct icmp6_hdr icmp6_ni_hdr;
412 struct icmp6_hdr rr_hdr;
Dprint-icmp6.c198 static int icmp6_cksum(const struct ip6_hdr *ip6, const struct icmp6_hdr *icp, in icmp6_cksum()
236 const struct icmp6_hdr *hdr, in rpl_print()
306 const struct icmp6_hdr *dp; in icmp6_print()
314 dp = (struct icmp6_hdr *)bp; in icmp6_print()
839 struct icmp6_hdr *icp = (struct icmp6_hdr *) bp; in mldv2_report_print()
897 struct icmp6_hdr *icp = (struct icmp6_hdr *) bp; in mldv2_query_print()
1000 struct icmp6_hdr *dp; in icmp6_nodeinfo_print()
1007 dp = (struct icmp6_hdr *)bp; in icmp6_nodeinfo_print()
/external/android-clat/
Dipv6.c37 int icmp6_packet(clat_packet out, clat_packet_index pos, const struct icmp6_hdr *icmp6, in icmp6_packet()
42 if(len < sizeof(struct icmp6_hdr)) { in icmp6_packet()
48 payload_size = len - sizeof(struct icmp6_hdr); in icmp6_packet()
158 iov_len = icmp6_packet(out, pos + 2, (const struct icmp6_hdr *) next_header, len_left); in ipv6_packet()
Dtranslate.c229 struct icmp6_hdr *icmp6_targ = out[pos].iov_base; in icmp_to_icmp6()
233 memset(icmp6_targ, 0, sizeof(struct icmp6_hdr)); in icmp_to_icmp6()
239 out[pos].iov_len = sizeof(struct icmp6_hdr); in icmp_to_icmp6()
281 int icmp6_to_icmp(clat_packet out, clat_packet_index pos, const struct icmp6_hdr *icmp6, in icmp6_to_icmp()
Ddump.h30 void dump_icmp6(struct icmp6_hdr *icmp6);
Dtranslate.h82 int icmp6_to_icmp(clat_packet out, clat_packet_index pos, const struct icmp6_hdr *icmp6,
Ddump.c113 void dump_icmp6(struct icmp6_hdr *icmp6) { in dump_icmp6()
/external/iputils/
Dping6_niquery.h7 struct icmp6_hdr ni_u;
Dping6.c1278 struct icmp6_hdr icmph; in receive_error_msg()
1361 struct icmp6_hdr *icmph; in build_echo()
1364 icmph = (struct icmp6_hdr *)_icmph; in build_echo()
1442 struct icmp6_hdr *icmph = (struct icmp6_hdr *) _icmph; in pr_echo_reply()
1594 struct icmp6_hdr *icmph; in parse_reply()
1614 icmph = (struct icmp6_hdr *) buf; in parse_reply()
1642 struct icmp6_hdr *icmph1 = (struct icmp6_hdr *)(iph1+1); in parse_reply()
Dtraceroute6.c828 struct icmp6_hdr *icp; in packet_ok()
831 icp = (struct icmp6_hdr *) buf; in packet_ok()
882 cc -= sizeof(struct icmp6_hdr); in packet_ok()
/external/iputils/ninfod/
Dicmp6_nodeinfo.h35 struct icmp6_hdr icmp6_ni_hdr;
Dninfod.c705 struct icmp6_hdr *icmph; in main()
747 if (p->querylen < sizeof(struct icmp6_hdr)) { in main()
753 icmph = (struct icmp6_hdr *)p->query; in main()
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
Dsctp6_var.h81 extern void sctp6_notify(struct sctp_inpcb *, struct icmp6_hdr *,
Dsctp6_usrreq.c352 sctp6_notify_mbuf(struct sctp_inpcb *inp, struct icmp6_hdr *icmp6,
431 struct icmp6_hdr *icmph,
/external/chromium_org/third_party/usrsctp/usrsctplib/
Duser_ip_icmp.h58 struct icmp6_hdr { struct
/external/dhcpcd/
Dipv6rs.c274 struct icmp6_hdr *icp; in ipv6rs_handledata()
332 icp = (struct icmp6_hdr *)rcvhdr.msg_iov[0].iov_base; in ipv6rs_handledata()