Searched refs:icmp6_hdr (Results 1 – 16 of 16) sorted by relevance
/external/tcpdump/ |
D | icmp6.h | 72 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;
|
D | print-icmp6.c | 198 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/ |
D | ipv6.c | 37 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()
|
D | translate.c | 229 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()
|
D | dump.h | 30 void dump_icmp6(struct icmp6_hdr *icmp6);
|
D | translate.h | 82 int icmp6_to_icmp(clat_packet out, clat_packet_index pos, const struct icmp6_hdr *icmp6,
|
D | dump.c | 113 void dump_icmp6(struct icmp6_hdr *icmp6) { in dump_icmp6()
|
/external/iputils/ |
D | ping6_niquery.h | 7 struct icmp6_hdr ni_u;
|
D | ping6.c | 1278 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()
|
D | traceroute6.c | 828 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/ |
D | icmp6_nodeinfo.h | 35 struct icmp6_hdr icmp6_ni_hdr;
|
D | ninfod.c | 705 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/ |
D | sctp6_var.h | 81 extern void sctp6_notify(struct sctp_inpcb *, struct icmp6_hdr *,
|
D | sctp6_usrreq.c | 352 sctp6_notify_mbuf(struct sctp_inpcb *inp, struct icmp6_hdr *icmp6, 431 struct icmp6_hdr *icmph,
|
/external/chromium_org/third_party/usrsctp/usrsctplib/ |
D | user_ip_icmp.h | 58 struct icmp6_hdr { struct
|
/external/dhcpcd/ |
D | ipv6rs.c | 274 struct icmp6_hdr *icp; in ipv6rs_handledata() 332 icp = (struct icmp6_hdr *)rcvhdr.msg_iov[0].iov_base; in ipv6rs_handledata()
|