Searched refs:icmp6_hdr (Results 1 – 14 of 14) sorted by relevance
/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 | 71 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/tcpdump/ |
D | print-icmp6.c | 76 struct icmp6_hdr { struct 175 struct icmp6_hdr mld6_hdr; 193 struct icmp6_hdr nd_rs_hdr; 203 struct icmp6_hdr nd_ra_hdr; 232 struct icmp6_hdr nd_ns_hdr; 243 struct icmp6_hdr nd_na_hdr; 258 struct icmp6_hdr nd_rd_hdr; 361 struct icmp6_hdr icmp6_nl_hdr; 375 struct icmp6_hdr icmp6_ni_hdr; 416 struct icmp6_hdr rr_hdr; [all …]
|
/external/wpa_supplicant_8/src/ap/ |
D | ndisc_snoop.c | 28 struct icmp6_hdr icmp6h; 106 if (len < ETH_HLEN + sizeof(struct ip6_hdr) + sizeof(struct icmp6_hdr)) in handle_ndisc()
|
/external/iputils/ |
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 | ping6_niquery.h | 7 struct icmp6_hdr ni_u;
|
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/dhcpcd-6.8.2/ |
D | ipv6nd.c | 726 struct icmp6_hdr *icp, size_t len) in ipv6nd_handlera() 1553 struct icmp6_hdr *icp, size_t len) in ipv6nd_handlena() 1636 struct icmp6_hdr *icp; in ipv6nd_handledata() 1653 if ((size_t)len < sizeof(struct icmp6_hdr)) { in ipv6nd_handledata() 1696 icp = (struct icmp6_hdr *)ctx->rcvhdr.msg_iov[0].iov_base; in ipv6nd_handledata()
|
/external/toybox/toys/pending/ |
D | traceroute.c | 381 struct icmp6_hdr *ricmp = (struct icmp6_hdr *) toybuf; in do_trace()
|